LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst 701 B

1234567891011121314151617
  1. LIBRARY_OUTPUT_DIRECTORY_<CONFIG>
  2. ---------------------------------
  3. Per-configuration output directory for
  4. :ref:`LIBRARY <Library Output Artifacts>` target files.
  5. This is a per-configuration version of the
  6. :prop_tgt:`LIBRARY_OUTPUT_DIRECTORY` target property, but
  7. multi-configuration generators (:ref:`Visual Studio Generators`,
  8. :generator:`Xcode`) do NOT append a
  9. per-configuration subdirectory to the specified directory. This
  10. property is initialized by the value of the
  11. :variable:`CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG>` variable if
  12. it is set when a target is created.
  13. Contents of ``LIBRARY_OUTPUT_DIRECTORY_<CONFIG>`` may use
  14. :manual:`generator expressions <cmake-generator-expressions(7)>`.