mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add variable/target property `[CMAKE_]DLL_NAME_WITH_SOVERSION`. Fixes: #24251 Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
8 lines
296 B
ReStructuredText
8 lines
296 B
ReStructuredText
dll-name-soversion
|
|
------------------
|
|
|
|
* The :variable:`CMAKE_DLL_NAME_WITH_SOVERSION` variable and associated
|
|
:prop_tgt:`DLL_NAME_WITH_SOVERSION` target property were added to
|
|
optionally append the :prop_tgt:`SOVERSION` to the filename of the
|
|
``.dll`` part of a shared library on Windows.
|