Skip to content

Commit 4d84d3d

Browse files
committed
[mlir][python][smt] fix DialectSMT (include NanobindUtils.h)
1 parent bc1725e commit 4d84d3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/python/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,8 @@ declare_mlir_python_extension(MLIRPythonExtension.Dialects.SMT.Pybind
680680
PYTHON_BINDINGS_LIBRARY nanobind
681681
SOURCES
682682
DialectSMT.cpp
683+
# Headers must be included explicitly so they are installed.
684+
NanobindUtils.h
683685
PRIVATE_LINK_LIBS
684686
LLVMSupport
685687
EMBED_CAPI_LINK_LIBS

0 commit comments

Comments
 (0)