mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
23 lines
420 B
CMake
23 lines
420 B
CMake
z3_add_component(portfolio
|
|
SOURCES
|
|
bounded_int2bv_solver.cpp
|
|
default_tactic.cpp
|
|
enum2bv_solver.cpp
|
|
fd_solver.cpp
|
|
pb2bv_solver.cpp
|
|
smt_strategic_solver.cpp
|
|
solver2lookahead.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
aig_tactic
|
|
fp
|
|
fpa_tactics
|
|
qe
|
|
sat_solver
|
|
sls_tactic
|
|
smtlogic_tactics
|
|
subpaving_tactic
|
|
ufbv_tactic
|
|
TACTIC_HEADERS
|
|
default_tactic.h
|
|
fd_solver.h
|
|
)
|