mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
7 lines
259 B
CMake
7 lines
259 B
CMake
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-Kpic -belf")
|
|
SET(CMAKE_SHARED_LIBRARY_CXX_FLAGS "-Kpic -belf")
|
|
SET(CMAKE_DL_LIBS "")
|
|
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-belf -Wl,-Bexport")
|
|
# include the gcc flags
|
|
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)
|