ENH: Adding implementation of shared library version support on UNIX. This addresses the feature request described in bug#32.

This commit is contained in:
Brad King 2003-11-26 17:59:53 -05:00
parent f0035d84b5
commit aaf0ed39ca
1 changed files with 1 additions and 0 deletions

View File

@ -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,")