mirror of
https://github.com/Z3Prover/z3
synced 2025-11-09 23:52:02 +00:00
move smt params to params directory, update release.yml
This commit is contained in:
parent
dc420332b8
commit
c387b20ac6
91 changed files with 165 additions and 144 deletions
|
|
@ -1,7 +1,17 @@
|
|||
z3_add_component(params
|
||||
SOURCES
|
||||
pattern_inference_params.cpp
|
||||
context_params.cpp
|
||||
dyn_ack_params.cpp
|
||||
pattern_inference_params.cpp
|
||||
preprocessor_params.cpp
|
||||
qi_params.cpp
|
||||
smt_params.cpp
|
||||
theory_arith_params.cpp
|
||||
theory_array_params.cpp
|
||||
theory_bv_params.cpp
|
||||
theory_pb_params.cpp
|
||||
theory_seq_params.cpp
|
||||
theory_str_params.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
PYG_FILES
|
||||
|
|
@ -17,6 +27,7 @@ z3_add_component(params
|
|||
sat_params.pyg
|
||||
seq_rewriter_params.pyg
|
||||
sls_params.pyg
|
||||
smt_params_helper.pyg
|
||||
solver_params.pyg
|
||||
tactic_params.pyg
|
||||
EXTRA_REGISTER_MODULE_HEADERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue