CMake/Modules/Platform/Windows-Intel-C.cmake
Brad King cd43636c95 Modernize Intel compiler info on Windows
This moves Intel compiler info on Windows into new-style modules

  Platform/Windows-Intel-<lang>.cmake

using language-independent helper module

  Platform/Windows-Intel.cmake

to define macros consolidating the information.
2010-12-16 09:50:05 -05:00

3 lines
60 B
CMake

include(Platform/Windows-Intel)
__windows_compiler_intel(C)