mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
21 lines
324 B
CMake
21 lines
324 B
CMake
z3_add_component(opt
|
|
SOURCES
|
|
maxres.cpp
|
|
maxsmt.cpp
|
|
mss.cpp
|
|
opt_cmds.cpp
|
|
opt_context.cpp
|
|
opt_pareto.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
|
|
)
|