cmake/Modules/Platform/SINIX.cmake
2013-03-16 19:13:01 +02:00

5 lines
147 B
CMake

set(CMAKE_C_COMPILE_OPTIONS_PIC -K PIC)
set(CMAKE_C_COMPILE_OPTIONS_PIE "")
set(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
include(Platform/UnixPaths)