summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/generator/Ninja.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Help/generator/Ninja.rst')
-rw-r--r--share/cmake-3.6/Help/generator/Ninja.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/cmake-3.6/Help/generator/Ninja.rst b/share/cmake-3.6/Help/generator/Ninja.rst
deleted file mode 100644
index d94e5f6..0000000
--- a/share/cmake-3.6/Help/generator/Ninja.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-Ninja
------
-
-Generates build.ninja files.
-
-A build.ninja file is generated into the build tree. Recent versions
-of the ninja program can build the project through the "all" target.
-An "install" target is also provided.
-
-For each subdirectory ``sub/dir`` of the project an additional target
-named ``sub/dir/all`` is generated that depends on all targets required
-by that subdirectory.