mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Merge pull request #761 from delcypher/bv2fpa_unbreak_cmake_build
Unbreak the CMake build broken by 009af4455d
This commit is contained in:
commit
12c47348bc
|
@ -1,10 +1,12 @@
|
||||||
z3_add_component(fpa
|
z3_add_component(fpa
|
||||||
SOURCES
|
SOURCES
|
||||||
|
bv2fpa_converter.cpp
|
||||||
fpa2bv_converter.cpp
|
fpa2bv_converter.cpp
|
||||||
fpa2bv_rewriter.cpp
|
fpa2bv_rewriter.cpp
|
||||||
COMPONENT_DEPENDENCIES
|
COMPONENT_DEPENDENCIES
|
||||||
ast
|
ast
|
||||||
simplifier
|
simplifier
|
||||||
|
model
|
||||||
util
|
util
|
||||||
PYG_FILES
|
PYG_FILES
|
||||||
fpa2bv_rewriter_params.pyg
|
fpa2bv_rewriter_params.pyg
|
||||||
|
|
Loading…
Reference in a new issue