mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
12 lines
204 B
CMake
12 lines
204 B
CMake
z3_add_component(fd_solver
|
|
SOURCES
|
|
bounded_int2bv_solver.cpp
|
|
enum2bv_solver.cpp
|
|
fd_solver.cpp
|
|
pb2bv_solver.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
sat_solver
|
|
TACTIC_HEADERS
|
|
fd_solver.h
|
|
)
|