mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 07:24:40 +00:00
18 lines
358 B
CMake
18 lines
358 B
CMake
z3_add_component(ufbv_tactic
|
|
SOURCES
|
|
macro_finder_tactic.cpp
|
|
quasi_macros_tactic.cpp
|
|
ufbv_rewriter_tactic.cpp
|
|
ufbv_tactic.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
core_tactics
|
|
macros
|
|
normal_forms
|
|
rewriter
|
|
smt_tactic
|
|
TACTIC_HEADERS
|
|
macro_finder_tactic.h
|
|
quasi_macros_tactic.h
|
|
ufbv_rewriter_tactic.h
|
|
ufbv_tactic.h
|
|
)
|