mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
CMAKE_ARCHIVE_OUTPUT_DIRECTORY
|
||||
------------------------------
|
||||
|
||||
Where to put all the ARCHIVE targets when built.
|
||||
Where to put all the :ref:`ARCHIVE <Archive Output Artifacts>`
|
||||
target files when built.
|
||||
|
||||
This variable is used to initialize the ARCHIVE_OUTPUT_DIRECTORY
|
||||
This variable is used to initialize the :prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY`
|
||||
property on all the targets. See that target property for additional
|
||||
information.
|
||||
|
||||
9
Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
Normal file
9
Help/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
CMAKE_ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>
|
||||
---------------------------------------
|
||||
|
||||
Where to put all the :ref:`ARCHIVE <Archive Output Artifacts>`
|
||||
target files when built for a specific configuration.
|
||||
|
||||
This variable is used to initialize the
|
||||
:prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>` property on all the targets.
|
||||
See that target property for additional information.
|
||||
@@ -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.
|
||||
|
||||
9
Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
Normal file
9
Help/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG>
|
||||
---------------------------------------
|
||||
|
||||
Where to put all the :ref:`LIBRARY <Library Output Artifacts>`
|
||||
target files when built for a specific configuration.
|
||||
|
||||
This variable is used to initialize the
|
||||
:prop_tgt:`LIBRARY_OUTPUT_DIRECTORY_<CONFIG>` property on all the targets.
|
||||
See that target property for additional information.
|
||||
@@ -1,8 +1,9 @@
|
||||
CMAKE_RUNTIME_OUTPUT_DIRECTORY
|
||||
------------------------------
|
||||
|
||||
Where to put all the RUNTIME targets when built.
|
||||
Where to put all the :ref:`RUNTIME <Runtime Output Artifacts>`
|
||||
target files when built.
|
||||
|
||||
This variable is used to initialize the RUNTIME_OUTPUT_DIRECTORY
|
||||
This variable is used to initialize the :prop_tgt:`RUNTIME_OUTPUT_DIRECTORY`
|
||||
property on all the targets. See that target property for additional
|
||||
information.
|
||||
|
||||
9
Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
Normal file
9
Help/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
CMAKE_RUNTIME_OUTPUT_DIRECTORY_<CONFIG>
|
||||
---------------------------------------
|
||||
|
||||
Where to put all the :ref:`RUNTIME <Runtime Output Artifacts>`
|
||||
target files when built for a specific configuration.
|
||||
|
||||
This variable is used to initialize the
|
||||
:prop_tgt:`RUNTIME_OUTPUT_DIRECTORY_<CONFIG>` property on all the targets.
|
||||
See that target property for additional information.
|
||||
Reference in New Issue
Block a user