1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Help/variable/CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX.rst
Brad King aa6bbc3135 Help: Update Sphinx versionadded directives for 3.31 release
Run the script:

    Utilities/Sphinx/update_versions.py --since v3.30.0 --overwrite
2024-10-09 09:32:54 -04:00

10 lines
244 B
ReStructuredText

CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX
-----------------------------------
.. versionadded:: 3.31
The suffix for archived shared libraries that you link to.
The suffix to use for the end of a archive containing a
shared library, ``.a`` on AIX.