3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00
z3/src/sat/tactic/CMakeLists.txt
Nikolaj Bjorner c21a2fcf9f sat solver setup
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-08-26 09:40:42 -07:00

15 lines
200 B
CMake

z3_add_component(sat_tactic
SOURCES
goal2sat.cpp
sat_tactic.cpp
COMPONENT_DEPENDENCIES
sat
tactic
solver
sat_smt
sat_ba
sat_euf
TACTIC_HEADERS
sat_tactic.h
)