We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e321643 commit 5f45118Copy full SHA for 5f45118
src/ast/sls/CMakeLists.txt
@@ -0,0 +1,8 @@
1
+z3_add_component(ast_sls
2
+ SOURCES
3
+ bvsls_opt_engine.cpp
4
+ sls_engine.cpp
5
+ COMPONENT_DEPENDENCIES
6
+ ast
7
+ converters
8
+)
0 commit comments