mirror of
https://github.com/Z3Prover/z3
synced 2025-11-30 09:17:12 +00:00
22 lines
374 B
CMake
22 lines
374 B
CMake
z3_add_component(muz
|
|
SOURCES
|
|
bind_variables.cpp
|
|
dl_boogie_proof.cpp
|
|
dl_context.cpp
|
|
dl_costs.cpp
|
|
dl_rule.cpp
|
|
dl_rule_set.cpp
|
|
dl_rule_subsumption_index.cpp
|
|
dl_rule_transformer.cpp
|
|
dl_util.cpp
|
|
hnf.cpp
|
|
rule_properties.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
aig_tactic
|
|
qe
|
|
sat
|
|
smt
|
|
smt2parser
|
|
PYG_FILES
|
|
fp_params.pyg
|
|
)
|