CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.rst 367 B

123456789
  1. CMAKE_ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>
  2. ---------------------------------------
  3. Where to put all the :ref:`ARCHIVE <Archive Output Artifacts>`
  4. target files when built for a specific configuration.
  5. This variable is used to initialize the
  6. :prop_tgt:`ARCHIVE_OUTPUT_DIRECTORY_<CONFIG>` property on all the targets.
  7. See that target property for additional information.