summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/UNIX_SV.cmake
blob: 14e0689cbae6859881f770b33b779783add66138 (plain)
1
2
3
4
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
SET(CMAKE_SHARED_LIBRARY_LINK_FLAGS "-Wl,-Bexport")
# include the gcc flags 
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)