3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-11 03:15:36 +00:00
z3/src/ast/substitution/CMakeLists.txt
2022-12-04 06:23:32 -08:00

11 lines
196 B
CMake

z3_add_component(substitution
SOURCES
demodulator_rewriter.cpp
matcher.cpp
substitution.cpp
substitution_tree.cpp
unifier.cpp
COMPONENT_DEPENDENCIES
ast
rewriter
)