diff options
Diffstat (limited to 'Modules/Platform/SCO_SV.cmake')
-rw-r--r-- | Modules/Platform/SCO_SV.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/SCO_SV.cmake b/Modules/Platform/SCO_SV.cmake index 89dcd56..929b04d 100644 --- a/Modules/Platform/SCO_SV.cmake +++ b/Modules/Platform/SCO_SV.cmake @@ -2,3 +2,5 @@ SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-Kpic -belf") SET(CMAKE_SHARED_LIBRARY_CXX_FLAGS "-Kpic -belf") SET(CMAKE_DL_LIBS "") SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-belf -Wl,-Bexport") +# include the gcc flags +INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake) |