3
0
Fork 0
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:
Nikolaj Bjorner 2022-01-12 03:26:22 -08:00
parent 2bcc814031
commit 08294d62e5
16 changed files with 26 additions and 16 deletions

View file

@ -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
)