mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
cd6fb63093
Teach `export()` and `install(EXPORT)` to record this setting on the imported targets they generate. Make this property's non-presence authoritative on imported targets since they represent what was built elsewhere.
11 lines
358 B
ReStructuredText
11 lines
358 B
ReStructuredText
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.
|