3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

missing make file

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-08-15 13:08:47 -07:00
parent 51aeb93ff3
commit fafff0272a

View file

@ -0,0 +1,7 @@
z3_add_component(mbi
SOURCES
qe_mbi.cpp
COMPONENT_DEPENDENCIES
mbp
qe_lite
)