CMake/Modules/Platform/Linux-SunPro-C.cmake
Brad King 9ee0f9801a Split SunPro compiler information files
This moves platform-independent SunPro compiler flags into separate
"Compiler/SunPro-<lang>.cmake" modules.  Platform-specific flags are
left untouched.
2009-08-21 10:32:26 -04:00

4 lines
106 B
CMake

# Linux sun studio c options
SET(CMAKE_DL_LIBS "dl")
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")