Skip to content

Commit 192e189

Browse files
committed
include in dll names the soversion
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 543cc4a commit 192e189

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

shell_integration/windows/NCContextMenu/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ set_target_properties(NCContextMenu
2121
${WINDOWS_INTEGRATION_VERSION}
2222
SOVERSION
2323
${WINDOWS_INTEGRATION_SOVERSION}
24+
DLL_NAME_WITH_SOVERSION
25+
TRUE
2426
)
2527

2628
install(TARGETS NCContextMenu

shell_integration/windows/NCOverlays/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ set_target_properties(NCOverlays
2020
${WINDOWS_INTEGRATION_VERSION}
2121
SOVERSION
2222
${WINDOWS_INTEGRATION_SOVERSION}
23+
DLL_NAME_WITH_SOVERSION
24+
TRUE
2325
)
2426

2527
install(TARGETS NCOverlays

src/libsync/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ set_target_properties(
260260
${MIRALL_VERSION}
261261
SOVERSION
262262
${MIRALL_SOVERSION}
263+
DLL_NAME_WITH_SOVERSION
264+
TRUE
263265
RUNTIME_OUTPUT_DIRECTORY
264266
${BIN_OUTPUT_DIRECTORY}
265267
LIBRARY_OUTPUT_NAME

src/libsync/vfs/cfapi/shellext/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ set_target_properties(CfApiShellExtensions
208208
${WINDOWS_INTEGRATION_VERSION}
209209
SOVERSION
210210
${WINDOWS_INTEGRATION_SOVERSION}
211+
DLL_NAME_WITH_SOVERSION
212+
TRUE
211213
)
212214

213215
install(TARGETS CfApiShellExtensions

0 commit comments

Comments
 (0)