3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-04 00:58:07 +00:00

removing more dependencies

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-08-26 03:05:34 -07:00
parent ce3ab6b170
commit 2955b0c2ef
15 changed files with 38 additions and 265 deletions

View file

@ -18,7 +18,6 @@ z3_add_component(qe
qe_sat_tactic.cpp
qe_tactic.cpp
qsat.cpp
vsubst_tactic.cpp
COMPONENT_DEPENDENCIES
nlsat_tactic
nlsat
@ -31,5 +30,4 @@ z3_add_component(qe
qe_sat_tactic.h
qe_tactic.h
qsat.h
vsubst_tactic.h
)