AIX: Add option to archive shared libraries

Add option `CMAKE_AIX_SHARED_LIBRARY_ARCHIVE`.

There will no versions for the shared objects when this option is used.

Closes: #26033
This commit is contained in:
Aditya Vidyadhar Kamath
2024-06-18 07:58:48 -05:00
committed by Brad King
parent 98013ad1ca
commit d27fe9dfba
27 changed files with 191 additions and 9 deletions
+3
View File
@@ -234,6 +234,9 @@ public:
//! Return whether this target is a shared library Framework on Apple.
bool IsFrameworkOnApple() const;
//! Return whether to archive shared library or not on AIX.
bool IsArchivedAIXSharedLibrary() const;
//! Return whether this target is an executable Bundle on Apple.
bool IsAppBundleOnApple() const;