mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
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:
committed by
Brad King
parent
98013ad1ca
commit
d27fe9dfba
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user