From b39a7c75a9d90b0fa4446fcefd6708d32271dad2 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Wed, 7 Nov 2018 01:21:25 +0100 Subject: [dune] Add support for building with Dune for the ML part. This allows to drop the plugin_tutorials in the coq tree and have the build compose. --- tuto3/src/dune | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tuto3/src/dune (limited to 'tuto3/src') diff --git a/tuto3/src/dune b/tuto3/src/dune new file mode 100644 index 0000000000..6b09d5d98b --- /dev/null +++ b/tuto3/src/dune @@ -0,0 +1,9 @@ +(library + (name tuto3_plugin) + (public_name coq.plugins.tutorial.p3) + (libraries coq.plugins.ltac)) + +(rule + (targets g_tuto3.ml) + (deps (:pp-file g_tuto3.mlg)) + (action (run coqpp %{pp-file}))) -- cgit v1.2.3