diff options
author | Brad King <brad.king@kitware.com> | 2015-04-29 13:44:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-29 15:17:59 (GMT) |
commit | d401aa21c90378deaaf86a61f6f43fb227aed634 (patch) | |
tree | 69559fa92e9e0b897d75c789883e4dc8155f3b5e /Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst | |
parent | f0673c1022afdc9f9d91ea460efc6790b7aa6289 (diff) | |
download | CMake-d401aa21c90378deaaf86a61f6f43fb227aed634.zip CMake-d401aa21c90378deaaf86a61f6f43fb227aed634.tar.gz CMake-d401aa21c90378deaaf86a61f6f43fb227aed634.tar.bz2 |
Help: Revise buildsystem artifact file type documentation (#15539)
Add sections to the cmake-buildsystem(7) manual and cross-reference
them with relevant variables and target properties. This avoids
duplicating the information and allows it to be more detailed.
Diffstat (limited to 'Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst')
-rw-r--r-- | Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst b/Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst index 314fa58..4f62eb9 100644 --- a/Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst +++ b/Help/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.rst @@ -1,6 +1,8 @@ ARCHIVE_OUTPUT_NAME_<CONFIG> ---------------------------- -Per-configuration output name for ARCHIVE target files. +Per-configuration output name for +:ref:`ARCHIVE <Archive Output Artifacts>` target files. -This is the configuration-specific version of ARCHIVE_OUTPUT_NAME. +This is the configuration-specific version of the +:prop_tgt:`ARCHIVE_OUTPUT_NAME` target property. |