5 lines
119 B
CMake
5 lines
119 B
CMake
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
|
|
# include the gcc flags
|
|
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)
|
|
|