mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
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)
|
|
|