mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 08:37:09 +00:00
9ee0f9801a
This moves platform-independent SunPro compiler flags into separate "Compiler/SunPro-<lang>.cmake" modules. Platform-specific flags are left untouched.
4 lines
106 B
CMake
4 lines
106 B
CMake
# Linux sun studio c options
|
|
SET(CMAKE_DL_LIBS "dl")
|
|
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
|