3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 00:41:56 +00:00
z3/src/math/polysat/univariate/CMakeLists.txt
2022-09-21 14:03:07 +02:00

7 lines
126 B
CMake

z3_add_component(polysat_univariate_solver
SOURCES
univariate_solver.cpp
COMPONENT_DEPENDENCIES
util
solver
)