Add z3 dependency to build system

This commit is contained in:
Aymeric Fromherz 2022-01-07 16:58:24 +01:00
parent ee92ed2385
commit 6c67ed03bb
3 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@ dependencies-ocaml:
ocamlformat ANSITerminal sedlex menhir menhirLib dune cmdliner obelisk \
re obelisk unionfind bindlib zarith zarith_stubs_js ocamlgraph \
js_of_ocaml-compiler js_of_ocaml js_of_ocaml-ppx calendar camomile \
visitors benchmark cppo odoc
visitors benchmark cppo odoc z3
dependencies-js:
$(MAKE) -C $(FRENCH_LAW_JS_LIB_DIR) dependencies

View File

@ -1,7 +1,7 @@
(library
(name dcalc)
(public_name catala.dcalc)
(libraries bindlib unionFind utils re camomile runtime)
(libraries bindlib unionFind utils re camomile runtime z3)
(preprocess
(pps visitors.ppx)))

View File

@ -62,6 +62,8 @@
(>= 3.8.0))
(camomile
(>= 1.0.2))
(z3
(>= 4.8.11))
(cppo
(>= 1))))