blob: 2b636c06aa9b5dd6efb990eeb5d22a6ba6ac4bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_AIX_SHARED_LIBRARY_ARCHIVE
--------------------------------
.. versionadded:: 3.31
On AIX, enable 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.
|