summaryrefslogtreecommitdiffstats
path: root/Help/prop_dir
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-05-14 09:51:52 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-05-14 15:50:14 (GMT)
commit338994d65d35e08e5ac4c71eee662c1b38aee53a (patch)
tree214ea6aa4d351933e0259a0cc7db8a377f3998e5 /Help/prop_dir
parentc11f089d7381747d9e2eac88c00621e2ec32e4b7 (diff)
downloadCMake-338994d65d35e08e5ac4c71eee662c1b38aee53a.zip
CMake-338994d65d35e08e5ac4c71eee662c1b38aee53a.tar.gz
CMake-338994d65d35e08e5ac4c71eee662c1b38aee53a.tar.bz2
Doc: Add documentation for ADDITIONAL_CLEAN_FILES properties
Diffstat (limited to 'Help/prop_dir')
-rw-r--r--Help/prop_dir/ADDITIONAL_CLEAN_FILES.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/Help/prop_dir/ADDITIONAL_CLEAN_FILES.rst b/Help/prop_dir/ADDITIONAL_CLEAN_FILES.rst
new file mode 100644
index 0000000..54a78ef
--- /dev/null
+++ b/Help/prop_dir/ADDITIONAL_CLEAN_FILES.rst
@@ -0,0 +1,16 @@
+ADDITIONAL_CLEAN_FILES
+----------------------
+
+Additional files to remove during the clean stage.
+
+A :ref:`;-list <CMake Language Lists>` of files that will be removed as a
+part of the ``clean`` target.
+
+Relative paths are allowed and are interpreted relative to the
+current binary directory.
+
+Arguments to :prop_dir:`ADDITIONAL_CLEAN_FILES` may use
+:manual:`generator expressions <cmake-generator-expressions(7)>`.
+
+This property only works for the :generator:`Ninja` and the Makefile
+generators. It is ignored on other generators.