mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
This moves platform-independent SunPro compiler flags into separate "Compiler/SunPro-<lang>.cmake" modules. Platform-specific flags are left untouched.
5 lines
167 B
CMake
5 lines
167 B
CMake
# Linux sun studio c++ options
|
|
SET(CMAKE_DL_LIBS "dl")
|
|
SET(CMAKE_SHARED_LIBRARY_RPATH_LINK_CXX_FLAG "-rpath-link ")
|
|
SET(CMAKE_EXE_EXPORTS_CXX_FLAG "--export-dynamic")
|