mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Adding cpp files for bv_trailing to CMakeLists.
This commit is contained in:
parent
dbffc15b98
commit
7ad9dec6c2
|
@ -20,6 +20,8 @@ z3_add_component(rewriter
|
||||||
seq_rewriter.cpp
|
seq_rewriter.cpp
|
||||||
th_rewriter.cpp
|
th_rewriter.cpp
|
||||||
var_subst.cpp
|
var_subst.cpp
|
||||||
|
bv_trailing.cpp
|
||||||
|
mk_extract_proc.cpp
|
||||||
COMPONENT_DEPENDENCIES
|
COMPONENT_DEPENDENCIES
|
||||||
ast
|
ast
|
||||||
automata
|
automata
|
||||||
|
|
Loading…
Reference in a new issue