mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +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
|
|
)
|