mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
9 lines
112 B
CMake
9 lines
112 B
CMake
z3_add_component(sat_euf
|
|
SOURCES
|
|
euf_solver.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
sat
|
|
sat_tactic
|
|
euf
|
|
)
|