You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
588 B
18 lines
588 B
2 years ago
|
DLL_NAME_WITH_SOVERSION
|
||
|
-----------------------
|
||
|
|
||
|
.. versionadded:: 3.27
|
||
|
|
||
|
This property control whether the :prop_tgt:`SOVERSION` target
|
||
|
property are added to the filename of generated DLL filenames
|
||
|
for the Windows platform, which is selected when the
|
||
|
:variable:`WIN32` variable is set.
|
||
|
|
||
|
The value of the listed property is appended to the
|
||
|
basename of the runtime component of the shared library
|
||
|
target as ``-<SOVERSION>``.
|
||
|
|
||
|
Please note that setting this property has no effect
|
||
|
if versioned filenames are globally disabled with the
|
||
|
:variable:`CMAKE_PLATFORM_NO_VERSIONED_SONAME` variable.
|