diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-14 09:51:52 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-14 15:50:14 (GMT) |
commit | 338994d65d35e08e5ac4c71eee662c1b38aee53a (patch) | |
tree | 214ea6aa4d351933e0259a0cc7db8a377f3998e5 /Help/manual | |
parent | c11f089d7381747d9e2eac88c00621e2ec32e4b7 (diff) | |
download | CMake-338994d65d35e08e5ac4c71eee662c1b38aee53a.zip CMake-338994d65d35e08e5ac4c71eee662c1b38aee53a.tar.gz CMake-338994d65d35e08e5ac4c71eee662c1b38aee53a.tar.bz2 |
Doc: Add documentation for ADDITIONAL_CLEAN_FILES properties
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index c11496c..28c2883 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -61,6 +61,7 @@ Properties on Directories .. toctree:: :maxdepth: 1 + /prop_dir/ADDITIONAL_CLEAN_FILES /prop_dir/ADDITIONAL_MAKE_CLEAN_FILES /prop_dir/BINARY_DIR /prop_dir/BUILDSYSTEM_TARGETS @@ -102,6 +103,7 @@ Properties on Targets .. toctree:: :maxdepth: 1 + /prop_tgt/ADDITIONAL_CLEAN_FILES /prop_tgt/ALIASED_TARGET /prop_tgt/ANDROID_ANT_ADDITIONAL_OPTIONS /prop_tgt/ANDROID_API |