3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-04 05:19:11 +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

@ -0,0 +1,9 @@
z3_add_component(qe_lite
SOURCES
qe_lite.cpp
COMPONENT_DEPENDENCIES
tactic
mbp
TACTIC_HEADERS
qe_lite.h
)