major refactor
This commit is contained in:
36
dune
Normal file
36
dune
Normal file
@ -0,0 +1,36 @@
|
||||
(env
|
||||
(dev
|
||||
(flags (:standard -warn-error -A))))
|
||||
|
||||
(executable
|
||||
(name main)
|
||||
(modes byte)
|
||||
(modules main)
|
||||
(link_flags (-linkall))
|
||||
(libraries
|
||||
topinf
|
||||
tsdl
|
||||
tgls.tgles2
|
||||
wall
|
||||
zed
|
||||
irmin-unix
|
||||
ocaml-compiler-libs.common
|
||||
ocaml-compiler-libs.bytecomp
|
||||
ocaml-compiler-libs.toplevel))
|
||||
|
||||
(executable
|
||||
(name test)
|
||||
(modes byte)
|
||||
(modules test)
|
||||
(link_flags (-linkall))
|
||||
(libraries
|
||||
topinf))
|
||||
|
||||
|
||||
(library
|
||||
(name topinf)
|
||||
(modes byte)
|
||||
(modules topinf)
|
||||
(libraries
|
||||
fmt
|
||||
ocaml-compiler-libs.toplevel))
|
||||
Reference in New Issue
Block a user