mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +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
|
|
)
|