3
0
Fork 0
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:
Nikolaj Bjorner 2023-12-22 12:02:24 -08:00
parent e321643bf5
commit 5f451182f7

View file

@ -0,0 +1,8 @@
z3_add_component(ast_sls
SOURCES
bvsls_opt_engine.cpp
sls_engine.cpp
COMPONENT_DEPENDENCIES
ast
converters
)