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