mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
missing file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
74efe253a0
commit
6400da63ab
19
src/tactic/fd_solver/CMakeLists.txt
Normal file
19
src/tactic/fd_solver/CMakeLists.txt
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
z3_add_component(fd_solver
|
||||||
|
SOURCES
|
||||||
|
bounded_int2bv_solver.cpp
|
||||||
|
enum2bv_solver.cpp
|
||||||
|
fd_solver.cpp
|
||||||
|
pb2bv_solver.cpp
|
||||||
|
COMPONENT_DEPENDENCIES
|
||||||
|
aig_tactic
|
||||||
|
fp
|
||||||
|
fpa_tactics
|
||||||
|
qe
|
||||||
|
sat_solver
|
||||||
|
sls_tactic
|
||||||
|
smtlogic_tactics
|
||||||
|
subpaving_tactic
|
||||||
|
ufbv_tactic
|
||||||
|
TACTIC_HEADERS
|
||||||
|
fd_solver.h
|
||||||
|
)
|
Loading…
Reference in a new issue