cmake/Help/variable/CMAKE_AIX_SHARED_LIBRARY_ARCHIVE.rst

11 lines
358 B
ReStructuredText
Raw Normal View History

2024-11-11 15:18:55 +01:00
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`
2024-12-08 21:39:36 +01:00
target property on non-imported ``SHARED`` library targets as they are
created by :command:`add_library`. See that target property for details.