3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-10 19:07:18 +00:00
z3/src/ast/euf/CMakeLists.txt
2025-07-07 16:50:35 +02:00

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
)