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