diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-03-02 15:46:25 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-03-02 15:46:25 (GMT) |
commit | 17c658f819cee5af4854239f8d4aa6b0f51970ce (patch) | |
tree | f7eeeb0fe46485443d43a0b4dfc6b97ecbdc1354 /Modules/Platform | |
parent | 4258b241349153c9154f70bd4bb2f6ba8bfc9af6 (diff) | |
download | CMake-17c658f819cee5af4854239f8d4aa6b0f51970ce.zip CMake-17c658f819cee5af4854239f8d4aa6b0f51970ce.tar.gz CMake-17c658f819cee5af4854239f8d4aa6b0f51970ce.tar.bz2 |
Add support for the Intel compiler used for ASM under Windows
Alex
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/Windows-Intel-ASM.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-Intel-ASM.cmake b/Modules/Platform/Windows-Intel-ASM.cmake new file mode 100644 index 0000000..31d08c7 --- /dev/null +++ b/Modules/Platform/Windows-Intel-ASM.cmake @@ -0,0 +1,2 @@ +include(Platform/Windows-Intel) +__windows_compiler_intel(ASM) |