3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-05 14:55:45 +00:00

Add missing source file declarations to CMake build that were

added by 70f13ced33
This commit is contained in:
Dan Liew 2016-03-07 15:00:22 +00:00
parent 3a9b4985e4
commit 114f09cf4c
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@ add_executable(test-z3
"${CMAKE_CURRENT_BINARY_DIR}/mem_initializer.cpp"
memory.cpp
model2expr.cpp
model_evaluator.cpp
model_retrieval.cpp
mpbq.cpp
mpf.cpp