3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #487 from delcypher/cmake_missing_fpa2bv_rewriter

Add missing source file declarations to CMake build that were
This commit is contained in:
Christoph M. Wintersteiger 2016-03-07 15:30:35 +00:00
commit 26f27867bf
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
z3_add_component(fpa
SOURCES
fpa2bv_converter.cpp
fpa2bv_rewriter.cpp
COMPONENT_DEPENDENCIES
ast
simplifier

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