mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
13 lines
217 B
CMake
13 lines
217 B
CMake
z3_add_component(sat_solver
|
|
SOURCES
|
|
inc_sat_solver.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
aig_tactic
|
|
arith_tactics
|
|
bv_tactics
|
|
core_tactics
|
|
sat_tactic
|
|
solver
|
|
TACTIC_HEADERS
|
|
inc_sat_solver.h
|
|
)
|