mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
13 lines
244 B
CMake
13 lines
244 B
CMake
z3_add_component(fd_solver
|
|
SOURCES
|
|
bounded_int2bv_solver.cpp
|
|
enum2bv_solver.cpp
|
|
fd_solver.cpp
|
|
pb2bv_solver.cpp
|
|
smtfd_solver.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
sat_solver
|
|
TACTIC_HEADERS
|
|
fd_solver.h
|
|
smtfd_solver.h
|
|
)
|