mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
8 lines
113 B
CMake
8 lines
113 B
CMake
z3_add_component(grobner
|
|
SOURCES
|
|
grobner.cpp
|
|
pdd_grobner.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
ast
|
|
dd
|
|
)
|