mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
reduce dependencies in CMakeLists file
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6400da63ab
commit
60110bb289
|
@ -5,15 +5,7 @@ z3_add_component(fd_solver
|
||||||
fd_solver.cpp
|
fd_solver.cpp
|
||||||
pb2bv_solver.cpp
|
pb2bv_solver.cpp
|
||||||
COMPONENT_DEPENDENCIES
|
COMPONENT_DEPENDENCIES
|
||||||
aig_tactic
|
|
||||||
fp
|
|
||||||
fpa_tactics
|
|
||||||
qe
|
|
||||||
sat_solver
|
sat_solver
|
||||||
sls_tactic
|
|
||||||
smtlogic_tactics
|
|
||||||
subpaving_tactic
|
|
||||||
ufbv_tactic
|
|
||||||
TACTIC_HEADERS
|
TACTIC_HEADERS
|
||||||
fd_solver.h
|
fd_solver.h
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue