We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3ac07 commit 736e9eeCopy full SHA for 736e9ee
projects/mlir-python-bindings/CMakeLists.txt
@@ -76,6 +76,12 @@ add_compile_definitions("MLIR_PYTHON_PACKAGE_PREFIX=${MLIR_PYTHON_PACKAGE_PREFIX
76
77
mlir_configure_python_dev_packages()
78
79
+declare_mlir_python_sources(MLIRPythonCAPI.TableGenSources
80
+ ADD_TO_PARENT MLIRPythonCAPI.HeaderSources
81
+ ROOT_DIR "${MLIR_INCLUDE_DIRS}"
82
+ SOURCES_GLOB "mlir/*.td"
83
+)
84
+
85
add_mlir_python_common_capi_library(MLIRPythonCAPI
86
INSTALL_COMPONENT MLIRPythonModules
87
INSTALL_DESTINATION mlir/_mlir_libs
0 commit comments