mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
9 lines
157 B
CMake
9 lines
157 B
CMake
z3_add_component(macros
|
|
SOURCES
|
|
macro_finder.cpp
|
|
macro_manager.cpp
|
|
macro_util.cpp
|
|
quasi_macros.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
rewriter
|
|
)
|