mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 09:07:40 +00:00
17 lines
302 B
CMake
17 lines
302 B
CMake
z3_add_component(ast_sls
|
|
SOURCES
|
|
bvsls_opt_engine.cpp
|
|
bv_sls.cpp
|
|
bv_sls_eval.cpp
|
|
bv_sls_fixed.cpp
|
|
bv_sls_terms.cpp
|
|
sls_arith_int.cpp
|
|
sls_cc.cpp
|
|
sls_engine.cpp
|
|
sls_smt.cpp
|
|
sls_valuation.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
ast
|
|
converters
|
|
normal_forms
|
|
)
|