mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 05:15:52 +00:00
ensure compilation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
560f072786
commit
731cf9b885
4 changed files with 113 additions and 8 deletions
7
src/math/polysat/CMakeLists.txt
Normal file
7
src/math/polysat/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
z3_add_component(polysat
|
||||
SOURCES
|
||||
polysat.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
dd
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue