mirror of
https://github.com/Z3Prover/z3
synced 2026-06-07 09:30:54 +00:00
17 lines
238 B
CMake
17 lines
238 B
CMake
z3_add_component(fp
|
|
SOURCES
|
|
datalog_parser.cpp
|
|
dl_cmds.cpp
|
|
dl_register_engine.cpp
|
|
horn_tactic.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
bmc
|
|
clp
|
|
ddnf
|
|
muz
|
|
rel
|
|
spacer
|
|
tab
|
|
TACTIC_HEADERS
|
|
horn_tactic.h
|
|
)
|