mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
8 lines
140 B
CMake
8 lines
140 B
CMake
z3_add_component(solver_assertions
|
|
SOURCES
|
|
asserted_formulas.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
smt2parser
|
|
smt_params
|
|
qe_lite
|
|
)
|