CMake: Create symlinks with so version

This commit is contained in:
Maarten Bent
2021-05-27 23:21:24 +02:00
parent f830bde25b
commit 91884752c1
2 changed files with 24 additions and 1 deletions

View File

@@ -347,6 +347,11 @@ function(wx_set_target_properties target_name is_base)
set_target_properties(${target_name} PROPERTIES FOLDER Libraries)
set_target_properties(${target_name} PROPERTIES
SOVERSION ${wxSOVERSION_MAJOR}
VERSION ${wxSOVERSION}
)
wx_set_common_target_properties(${target_name})
endfunction()