mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 00:58:07 +00:00
separate dependencies for qe_lite
This commit is contained in:
parent
2bcc814031
commit
08294d62e5
16 changed files with 26 additions and 16 deletions
|
@ -10,7 +10,6 @@ z3_add_component(qe
|
|||
qe.cpp
|
||||
qe_datatype_plugin.cpp
|
||||
qe_dl_plugin.cpp
|
||||
qe_lite.cpp
|
||||
qe_mbi.cpp
|
||||
qe_mbp.cpp
|
||||
qe_tactic.cpp
|
||||
|
@ -21,9 +20,9 @@ z3_add_component(qe
|
|||
smt
|
||||
tactic
|
||||
mbp
|
||||
qe_lite
|
||||
TACTIC_HEADERS
|
||||
nlqsat.h
|
||||
qe_lite.h
|
||||
qe_tactic.h
|
||||
qsat.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue