CMAKE_LANG_ARCHIVE_FINISH.rst 372 B

123456789
  1. CMAKE_<LANG>_ARCHIVE_FINISH
  2. ---------------------------
  3. Rule variable to finish an existing static archive.
  4. This is a rule variable that tells CMake how to finish a static
  5. archive. It is used in place of CMAKE_<LANG>_CREATE_STATIC_LIBRARY on
  6. some platforms in order to support large object counts. See also
  7. CMAKE_<LANG>_ARCHIVE_CREATE and CMAKE_<LANG>_ARCHIVE_APPEND.