mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
11 lines
369 B
ReStructuredText
11 lines
369 B
ReStructuredText
CMAKE_AIX_SHARED_LIBRARY_ARCHIVE
|
|
--------------------------------
|
|
|
|
.. versionadded:: 3.31
|
|
|
|
On AIX, enable or disable creation of shared library archives.
|
|
|
|
This variable initializes the :prop_tgt:`AIX_SHARED_LIBRARY_ARCHIVE`
|
|
target property on non-imported ``SHARED`` library targets as they are
|
|
created by :command:`add_library`. See that target property for details.
|