LIBRARY_OUTPUT_DIRECTORY_CONFIG.rst 456 B

1234567891011
  1. LIBRARY_OUTPUT_DIRECTORY_<CONFIG>
  2. ---------------------------------
  3. Per-configuration output directory for LIBRARY target files.
  4. This is a per-configuration version of LIBRARY_OUTPUT_DIRECTORY, but
  5. multi-configuration generators (VS, Xcode) do NOT append a
  6. per-configuration subdirectory to the specified directory. This
  7. property is initialized by the value of the variable
  8. CMAKE_LIBRARY_OUTPUT_DIRECTORY_<CONFIG> if it is set when a target is
  9. created.