mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
d401aa21c9
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.
14 lines
534 B
ReStructuredText
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.
|