mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
368 B
ReStructuredText
10 lines
368 B
ReStructuredText
CMAKE_<LANG>_ARCHIVE_APPEND
|
|
---------------------------
|
|
|
|
Rule variable to append to a static archive.
|
|
|
|
This is a rule variable that tells CMake how to append to a static
|
|
archive. It is used in place of CMAKE_<LANG>_CREATE_STATIC_LIBRARY on
|
|
some platforms in order to support large object counts. See also
|
|
CMAKE_<LANG>_ARCHIVE_CREATE and CMAKE_<LANG>_ARCHIVE_FINISH.
|