cmake/Modules/Platform/Windows-Intel-CXX.cmake
2012-06-27 20:52:58 +03:00

5 lines
116 B
CMake

include(Platform/Windows-Intel)
set(_COMPILE_CXX " /TP")
set(_FLAGS_CXX " /EHsc /GR")
__windows_compiler_intel(CXX)