From a024d75e150334330954bf7a6fdbe8cb02a82491 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 1 Sep 2022 00:59:41 -0400 Subject: backends: add a new "none" backend It can only be used for projects that don't have any rules at all, i.e. they are purely using Meson to: - configure files - run (script?) tests - install files that exist by the end of the setup stage This can be useful e.g. for Meson itself, a pure python project. --- docs/markdown/snippets/none-backend.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/none-backend.md (limited to 'docs/markdown/snippets/none-backend.md') diff --git a/docs/markdown/snippets/none-backend.md b/docs/markdown/snippets/none-backend.md new file mode 100644 index 0000000..766430d --- /dev/null +++ b/docs/markdown/snippets/none-backend.md @@ -0,0 +1,4 @@ +## New "none" backend + +The `--backend=none` option has been added, to configure a project that has no +build rules, only install rules. This avoids depending on ninja. -- cgit v1.1