diff options
Diffstat (limited to 'editor/app/dune')
-rwxr-xr-x | editor/app/dune | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editor/app/dune b/editor/app/dune new file mode 100755 index 0000000..f88bc75 --- /dev/null +++ b/editor/app/dune @@ -0,0 +1,8 @@ +(library + (name editor_app) + (libraries + state + application + ) + (preprocess (pps js_of_ocaml-ppx)) + ) |