mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
22 lines
437 B
CMake
22 lines
437 B
CMake
z3_add_component(tactic
|
|
SOURCES
|
|
equiv_proof_converter.cpp
|
|
extension_model_converter.cpp
|
|
filter_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
|
|
)
|