cmake/Modules/Platform/Windows-Intel-CXX.cmake

5 lines
114 B
CMake
Raw Normal View History

2011-01-16 11:35:12 +01:00
include(Platform/Windows-Intel)
set(_COMPILE_CXX " /TP")
set(_FLAGS_CXX " /GX /GR")
__windows_compiler_intel(CXX)