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 2b50f8a commit 32bb0d3Copy full SHA for 32bb0d3
lib/Bindings/Python/CMakeLists.txt
@@ -75,6 +75,10 @@ declare_mlir_python_extension(CIRCTBindingsPythonExtension
75
nanobind
76
)
77
78
+if (CIRCT_INCLUDE_TESTS)
79
+ target_compile_definitions(CIRCTBindingsPythonExtension INTERFACE CIRCT_INCLUDE_TESTS)
80
+endif()
81
+
82
add_dependencies(CIRCTBindingsPythonExtension circt-headers)
83
84
################################################################################
0 commit comments