mirror of
https://github.com/reactos/CMake.git
synced 2025-01-17 08:52:31 +00:00
4 lines
125 B
CMake
4 lines
125 B
CMake
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-K PIC")
|
|
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-Wl,-Bexport")
|
|
INCLUDE(Platform/UnixPaths)
|