Skip to content

Commit

Permalink
wib
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanerjee20 committed Feb 7, 2025
1 parent 672feed commit 7072d87
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion backend/absint/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
(package cerberus-absint)
(flags (:standard -w -27-32))
(libraries result cmdliner str unix apron apron.boxD apron.octD apron.polkaMPQ
apron.t1pMPQ mem_concrete cerberus-lib.backend_common))
apron.t1pMPQ mem_concrete cerberus-lib.backend_common))

3 changes: 2 additions & 1 deletion backend/ail_playground/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
; (public_name ail_playground)
; (package cerberus)
(flags (:standard -w -27))
(libraries cmdliner str unix mem_concrete cerberus-lib.backend_common))
(libraries cmdliner str unix mem_concrete cerberus-lib.backend_common))

3 changes: 2 additions & 1 deletion backend/bmc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
(flags (:standard -w -27))
(modules main)
(libraries cmdliner str unix
cerb_frontend cerb_backend mem_concrete cerb_util bmc))
cerb_frontend cerb_backend mem_concrete cerb_util bmc))

3 changes: 2 additions & 1 deletion backend/common/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
(flags (:standard -w -27))
(modules :standard \ smt smt_wrapper boot_pprint2 tests cerbcore
interactive_driver )
(libraries cerb_frontend core_parser c_parser pprint cerb_util))
(libraries cerb_frontend core_parser c_parser pprint cerb_util))

3 changes: 2 additions & 1 deletion backend/driver/dune
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@
(target main_cheri_coq.ml)
(package cerberus-cheri)
(deps main.ml)
(action (copy main.ml main_cheri_coq.ml)))
(action (copy main.ml main_cheri_coq.ml)))

0 comments on commit 7072d87

Please sign in to comment.