mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
and the cmake directory into a new directory ``contrib/cmake`` that mirrors the directory structure of the root. This is a comprimise between me and Christoph Wintersteiger that was suggested by Arie Gurfinkel that allows the CMake build system to live in the Z3 repository but not impact the Z3 developers that want to avoid the CMake build system. The build system will not work in its new location and a bootstrap script will soon be provided that allows a developer to copy the files back to their correct location.
35 lines
709 B
CMake
35 lines
709 B
CMake
z3_add_component(rewriter
|
|
SOURCES
|
|
arith_rewriter.cpp
|
|
array_rewriter.cpp
|
|
ast_counter.cpp
|
|
bool_rewriter.cpp
|
|
bv_rewriter.cpp
|
|
datatype_rewriter.cpp
|
|
der.cpp
|
|
dl_rewriter.cpp
|
|
expr_replacer.cpp
|
|
expr_safe_replace.cpp
|
|
factor_rewriter.cpp
|
|
fpa_rewriter.cpp
|
|
mk_simplified_app.cpp
|
|
pb_rewriter.cpp
|
|
quant_hoist.cpp
|
|
rewriter.cpp
|
|
seq_rewriter.cpp
|
|
th_rewriter.cpp
|
|
var_subst.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
ast
|
|
automata
|
|
polynomial
|
|
PYG_FILES
|
|
arith_rewriter_params.pyg
|
|
array_rewriter_params.pyg
|
|
bool_rewriter_params.pyg
|
|
bv_rewriter_params.pyg
|
|
fpa_rewriter_params.pyg
|
|
poly_rewriter_params.pyg
|
|
rewriter_params.pyg
|
|
)
|