2014-08-03 19:52:23 +02:00
|
|
|
LIBRARY_OUTPUT_DIRECTORY_<CONFIG>
|
|
|
|
---------------------------------
|
|
|
|
|
2015-08-17 11:37:30 +02:00
|
|
|
Per-configuration output directory for
|
|
|
|
:ref:`LIBRARY <Library Output Artifacts>` target files.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
2015-08-17 11:37:30 +02:00
|
|
|
This is a per-configuration version of the
|
|
|
|
:prop_tgt:`LIBRARY_OUTPUT_DIRECTORY` target property, but
|
2014-08-03 19:52:23 +02:00
|
|
|
multi-configuration generators (VS, Xcode) do NOT append a
|
|
|
|
per-configuration subdirectory to the specified directory. This
|
2015-08-17 11:37:30 +02:00
|
|
|
property is initialized by the value of the
|
|
|
|
:variable:`CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG>` variable if
|
|
|
|
it is set when a target is created.
|
2015-11-17 17:22:37 +01:00
|
|
|
|
|
|
|
Contents of ``LIBRARY_OUTPUT_DIRECTORY_<CONFIG>`` may use
|
|
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|