diff options
author | Brad King <brad.king@kitware.com> | 2019-05-17 13:37:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-17 13:38:44 (GMT) |
commit | e1c95bc2788c0c71418a303306a66ff5bad7c938 (patch) | |
tree | ed6016e8e0c967fbc99f0dc187b58b00f6e0d0eb /Help/prop_tgt | |
parent | 21f5ed80918507dc3a9dcd0b617ded901d6db74e (diff) | |
parent | 93ee7dd044dcebe99531169a0cfd96b3b0c5a2ef (diff) | |
download | CMake-e1c95bc2788c0c71418a303306a66ff5bad7c938.zip CMake-e1c95bc2788c0c71418a303306a66ff5bad7c938.tar.gz CMake-e1c95bc2788c0c71418a303306a66ff5bad7c938.tar.bz2 |
Merge topic 'autogen_ninja_clean'
93ee7dd044 Autogen: Update documentation for ADDITIONAL_CLEAN_FILES
4b4fd99f41 Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaning
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3327
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/AUTOGEN_BUILD_DIR.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/AUTOGEN_BUILD_DIR.rst b/Help/prop_tgt/AUTOGEN_BUILD_DIR.rst index 8db6ede..909b14c 100644 --- a/Help/prop_tgt/AUTOGEN_BUILD_DIR.rst +++ b/Help/prop_tgt/AUTOGEN_BUILD_DIR.rst @@ -5,7 +5,7 @@ Directory where :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and :prop_tgt:`AUTORCC` generate files for the target. The directory is created on demand and automatically added to the -:prop_dir:`ADDITIONAL_MAKE_CLEAN_FILES`. +:prop_tgt:`ADDITIONAL_CLEAN_FILES` target property. When unset or empty the directory ``<dir>/<target-name>_autogen`` is used where ``<dir>`` is :variable:`CMAKE_CURRENT_BINARY_DIR` and ``<target-name>`` |