diff options
Diffstat (limited to 'Modules/Platform/SINIX.cmake')
-rw-r--r-- | Modules/Platform/SINIX.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/Platform/SINIX.cmake b/Modules/Platform/SINIX.cmake index 134d78b..5542709 100644 --- a/Modules/Platform/SINIX.cmake +++ b/Modules/Platform/SINIX.cmake @@ -1 +1,4 @@ - SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC") +SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC") +# include the gcc flags +INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake) + |