CMake/Help/prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst
Brad King d401aa21c9 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.
2015-04-29 11:17:59 -04:00

14 lines
534 B
ReStructuredText

LIBRARY_OUTPUT_DIRECTORY_<CONFIG>
---------------------------------
Per-configuration output directory for
:ref:`LIBRARY <Library Output Artifacts>` target files.
This is a per-configuration version of the
:prop_tgt:`LIBRARY_OUTPUT_DIRECTORY` target property, but
multi-configuration generators (VS, Xcode) do NOT append a
per-configuration subdirectory to the specified directory. This
property is initialized by the value of the
:variable:`CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG>` variable if
it is set when a target is created.