mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +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
|
||||
)
|
||||
|
|
9
src/qe/lite/CMakeLists.txt
Normal file
9
src/qe/lite/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
z3_add_component(qe_lite
|
||||
SOURCES
|
||||
qe_lite.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
tactic
|
||||
mbp
|
||||
TACTIC_HEADERS
|
||||
qe_lite.h
|
||||
)
|
|
@ -34,7 +34,7 @@ Revision History:
|
|||
#include "ast/datatype_decl_plugin.h"
|
||||
#include "tactic/tactical.h"
|
||||
#include "qe/mbp/mbp_solve_plugin.h"
|
||||
#include "qe/qe_lite.h"
|
||||
#include "qe/lite/qe_lite.h"
|
||||
|
||||
namespace qel {
|
||||
|
|
@ -30,7 +30,7 @@ Revision History:
|
|||
#include "qe/mbp/mbp_arith.h"
|
||||
#include "qe/mbp/mbp_arrays.h"
|
||||
#include "qe/mbp/mbp_datatypes.h"
|
||||
#include "qe/qe_lite.h"
|
||||
#include "qe/lite/qe_lite.h"
|
||||
#include "model/model_pp.h"
|
||||
#include "model/model_evaluator.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue