3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 15:25:26 +00:00
z3/src/math/grobner/CMakeLists.txt
Nikolaj Bjorner 469f618742 build dependencies, invariant annotation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2019-12-18 13:48:27 -08:00

8 lines
113 B
CMake

z3_add_component(grobner
SOURCES
grobner.cpp
pdd_grobner.cpp
COMPONENT_DEPENDENCIES
ast
dd
)