mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
missing cmake list
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e321643bf5
commit
5f451182f7
8
src/ast/sls/CMakeLists.txt
Normal file
8
src/ast/sls/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
z3_add_component(ast_sls
|
||||
SOURCES
|
||||
bvsls_opt_engine.cpp
|
||||
sls_engine.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
ast
|
||||
converters
|
||||
)
|
Loading…
Reference in a new issue