mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
ENH: Adding implementation of shared library version support on UNIX. This addresses the feature request described in bug#32.
This commit is contained in:
@@ -7,3 +7,4 @@ SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared")
|
||||
SET(CMAKE_SHARED_LIBRARY_LINK_FLAGS "-rdynamic")
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_FLAG "-Wl,-rpath,")
|
||||
SET(CMAKE_SHARED_LIBRARY_RUNTIME_FLAG_SEP ":")
|
||||
SET(CMAKE_SHARED_LIBRARY_SONAME_FLAG "-Wl,-soname,")
|
||||
|
||||
Reference in New Issue
Block a user