summaryrefslogtreecommitdiff
path: root/Modules/Platform/SINIX.cmake
blob: e0809f8e3056b9a18ce92c28d5494db5c86cf814 (plain)
1
2
3
4
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)