mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
d27fe9dfba
Add option `CMAKE_AIX_SHARED_LIBRARY_ARCHIVE`. There will no versions for the shared objects when this option is used. Closes: #26033
9 lines
346 B
ReStructuredText
9 lines
346 B
ReStructuredText
CMAKE_<LANG>_CREATE_SHARED_LIBRARY_ARCHIVE
|
|
------------------------------------------
|
|
|
|
Rule variable to create a shared library with archive.
|
|
|
|
This is a rule variable that tells CMake how to create a shared
|
|
library with an archive for the language <LANG>. This rule variable
|
|
is a ; delimited list of commands to run to perform the linking step.
|