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/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.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/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst')
-rw-r--r-- | Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst b/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst index 3bdd348..e97296d 100644 --- a/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst +++ b/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst @@ -1,8 +1,9 @@ CMAKE_LIBRARY_OUTPUT_DIRECTORY ------------------------------ -Where to put all the LIBRARY targets when built. +Where to put all the :ref:`LIBRARY <Library Output Artifacts>` +target files when built. -This variable is used to initialize the LIBRARY_OUTPUT_DIRECTORY +This variable is used to initialize the :prop_tgt:`LIBRARY_OUTPUT_DIRECTORY` property on all the targets. See that target property for additional information. |