mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 11:43:36 +00:00
28 lines
527 B
CMake
28 lines
527 B
CMake
z3_add_component(tactic
|
|
SOURCES
|
|
dependency_converter.cpp
|
|
equiv_proof_converter.cpp
|
|
generic_model_converter.cpp
|
|
goal.cpp
|
|
goal_num_occurs.cpp
|
|
goal_shared_occs.cpp
|
|
goal_util.cpp
|
|
horn_subsume_model_converter.cpp
|
|
model_converter.cpp
|
|
probe.cpp
|
|
proof_converter.cpp
|
|
replace_proof_converter.cpp
|
|
sine_filter.cpp
|
|
tactical.cpp
|
|
tactic.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
ast
|
|
model
|
|
TACTIC_HEADERS
|
|
probe.h
|
|
sine_filter.h
|
|
tactic.h
|
|
PYG_FILES
|
|
tactic_params.pyg
|
|
)
|