mirror of
https://github.com/Z3Prover/z3
synced 2026-06-11 03:15:36 +00:00
11 lines
196 B
CMake
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
|
|
)
|