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 bc1725e commit 4d84d3dCopy full SHA for 4d84d3d
mlir/python/CMakeLists.txt
@@ -680,6 +680,8 @@ declare_mlir_python_extension(MLIRPythonExtension.Dialects.SMT.Pybind
680
PYTHON_BINDINGS_LIBRARY nanobind
681
SOURCES
682
DialectSMT.cpp
683
+ # Headers must be included explicitly so they are installed.
684
+ NanobindUtils.h
685
PRIVATE_LINK_LIBS
686
LLVMSupport
687
EMBED_CAPI_LINK_LIBS
0 commit comments