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. --- tuto1/src/dune | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tuto1/src/dune (limited to 'tuto1') diff --git a/tuto1/src/dune b/tuto1/src/dune new file mode 100644 index 0000000000..cf9c674b14 --- /dev/null +++ b/tuto1/src/dune @@ -0,0 +1,9 @@ +(library + (name tuto1_plugin) + (public_name coq.plugins.tutorial.p1) + (libraries coq.plugins.ltac)) + +(rule + (targets g_tuto1.ml) + (deps (:pp-file g_tuto1.mlg) ) + (action (run coqpp %{pp-file}))) -- cgit v1.2.3