mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 16:27:37 +00:00
10 lines
147 B
CMake
10 lines
147 B
CMake
z3_add_component(grobner
|
|
SOURCES
|
|
grobner.cpp
|
|
pdd_simplifier.cpp
|
|
pdd_solver.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
ast
|
|
dd
|
|
simplex
|
|
)
|