mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
23 lines
342 B
CMake
23 lines
342 B
CMake
z3_add_component(opt
|
|
SOURCES
|
|
maxres.cpp
|
|
maxsmt.cpp
|
|
mss.cpp
|
|
opt_cmds.cpp
|
|
opt_context.cpp
|
|
opt_pareto.cpp
|
|
opt_parse.cpp
|
|
optsmt.cpp
|
|
opt_solver.cpp
|
|
pb_sls.cpp
|
|
sortmax.cpp
|
|
wmax.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
sat_solver
|
|
sls_tactic
|
|
smt
|
|
smtlogic_tactics
|
|
PYG_FILES
|
|
opt_params.pyg
|
|
)
|