From c6265278f05aa4d3af60e420f2d4d13e4bce8ad7 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@dailly.me>
Date: Fri, 3 Dec 2021 04:19:53 +0100
Subject: Removed the application mecanism from the state module

---
 editor/app/dune | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100755 editor/app/dune

(limited to 'editor/app/dune')

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))
+ )
-- 
cgit v1.2.3