mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
4 lines
127 B
CMake
4 lines
127 B
CMake
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
|
|
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-Wl,-Bexport")
|
|
INCLUDE(Platform/UnixPaths)
|