Skip to content

Commit 5f45118

Browse files
missing cmake list
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent e321643 commit 5f45118

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ast/sls/CMakeLists.txt

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)