mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 08:47:37 +00:00
9 lines
147 B
CMake
9 lines
147 B
CMake
z3_add_component(solver_assertions
|
|
SOURCES
|
|
asserted_formulas.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
smt2parser
|
|
params
|
|
qe_lite
|
|
solver
|
|
)
|