add headers_lib
This commit is contained in:
parent
72426790b4
commit
4cbf3c722c
6 changed files with 110 additions and 92 deletions
21
src/dune
21
src/dune
|
|
@ -1,8 +1,25 @@
|
|||
(executable
|
||||
(public_name mte)
|
||||
(name mte)
|
||||
(modules assets assets_crunch headers mte config util syntax)
|
||||
(libraries vif fmt jsont cohttp))
|
||||
(modules assets assets_crunch headers mte config util)
|
||||
(libraries
|
||||
headers_lib
|
||||
syntax
|
||||
;
|
||||
vif
|
||||
fmt
|
||||
jsont
|
||||
cohttp))
|
||||
|
||||
(library
|
||||
(name headers_lib)
|
||||
(modules headers_lib)
|
||||
(libraries fmt syntax))
|
||||
|
||||
(library
|
||||
(name syntax)
|
||||
(modules syntax)
|
||||
(libraries))
|
||||
|
||||
(rule
|
||||
(target assets_crunch.ml)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue