3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 17:58:06 +00:00

try to fix build

This commit is contained in:
Jakob Rath 2022-09-21 13:48:49 +02:00
parent b43971bb4a
commit 2f65ce1026
5 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,7 @@
z3_add_component(polysat_univariate_solver
SOURCES
univariate_solver.cpp
COMPONENT_DEPENDENCIES
util
solver
)