CMAKE_LANG_ARCHIVE_APPEND.rst 368 B

123456789
  1. CMAKE_<LANG>_ARCHIVE_APPEND
  2. ---------------------------
  3. Rule variable to append to a static archive.
  4. This is a rule variable that tells CMake how to append to 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_FINISH.