Merge topic 'hurd-platform'

90467d6 GNU/Hurd platform support fixes (#9873)
This commit is contained in:
Brad King 2010-08-03 16:14:08 -04:00 committed by CMake Topic Stage
commit 8c8aa7e8f6
1 changed files with 3 additions and 0 deletions

View File

@ -4,5 +4,8 @@ SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-fPIC")
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-rpath,")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
SET(CMAKE_SHARED_LIBRARY_RPATH_LINK_C_FLAG "-Wl,-rpath-link,")
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
INCLUDE(Platform/UnixPaths)