3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00
z3/src/math/polysat/CMakeLists.txt
Jakob Rath feb31045f5
Add more logging to polysat (#5186)
* Add polysat logging support

* Don't really need the usual log levels

* Indent log headings

* Add display method to ptr_vector

* Add some logging to solver

* Use __FUNCSIG__ on MSVC
2021-04-15 08:35:57 -07:00

10 lines
146 B
CMake

z3_add_component(polysat
SOURCES
solver.cpp
constraint.cpp
justification.cpp
log.cpp
COMPONENT_DEPENDENCIES
util
dd
)