mirror of
https://github.com/Z3Prover/z3
synced 2026-06-10 19:07:18 +00:00
18 lines
320 B
CMake
18 lines
320 B
CMake
z3_add_component(euf
|
|
SOURCES
|
|
euf_ac_plugin.cpp
|
|
euf_arith_plugin.cpp
|
|
euf_bv_plugin.cpp
|
|
euf_egraph.cpp
|
|
euf_enode.cpp
|
|
euf_etable.cpp
|
|
euf_justification.cpp
|
|
euf_mam.cpp
|
|
euf_plugin.cpp
|
|
euf_specrel_plugin.cpp
|
|
ho_matcher.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
ast
|
|
util
|
|
rewriter
|
|
)
|