mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 12:50:32 +00:00
19 lines
307 B
CMake
19 lines
307 B
CMake
z3_add_component(tactic
|
|
SOURCES
|
|
dependency_converter.cpp
|
|
goal.cpp
|
|
goal_num_occurs.cpp
|
|
goal_shared_occs.cpp
|
|
goal_util.cpp
|
|
probe.cpp
|
|
tactical.cpp
|
|
tactic.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
ast
|
|
model
|
|
simplifiers
|
|
converters
|
|
TACTIC_HEADERS
|
|
probe.h
|
|
tactic.h
|
|
)
|