summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-29 13:44:40 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-29 15:17:59 (GMT)
commitd401aa21c90378deaaf86a61f6f43fb227aed634 (patch)
tree69559fa92e9e0b897d75c789883e4dc8155f3b5e /Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.rst
parentf0673c1022afdc9f9d91ea460efc6790b7aa6289 (diff)
downloadCMake-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.rst5
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.