Revision dcae93ee072292ef164d2361c7f3c860f167b46a authored by Brad King on 06 May 2014, 14:02:08 UTC, committed by Brad King on 06 May 2014, 14:02:08 UTC
2 parent s c553d68 + c0a6646
Raw File
Clang-CXX.cmake
include(Compiler/Clang)
__compiler_clang(CXX)

if(NOT CMAKE_CXX_SIMULATE_ID STREQUAL "MSVC")
  set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN "-fvisibility-inlines-hidden")
endif()
back to top