summaryrefslogtreecommitdiff
path: root/Modules/Platform/Windows-Intel-ASM.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-03-02 16:46:25 +0100
committerAlex Neundorf <neundorf@kde.org>2011-03-02 16:46:25 +0100
commit17c658f819cee5af4854239f8d4aa6b0f51970ce (patch)
treef7eeeb0fe46485443d43a0b4dfc6b97ecbdc1354 /Modules/Platform/Windows-Intel-ASM.cmake
parent4258b241349153c9154f70bd4bb2f6ba8bfc9af6 (diff)
downloadcmake-17c658f819cee5af4854239f8d4aa6b0f51970ce.tar.gz
Add support for the Intel compiler used for ASM under Windows
Alex
Diffstat (limited to 'Modules/Platform/Windows-Intel-ASM.cmake')
-rw-r--r--Modules/Platform/Windows-Intel-ASM.cmake2
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 0000000000..31d08c7adc
--- /dev/null
+++ b/Modules/Platform/Windows-Intel-ASM.cmake
@@ -0,0 +1,2 @@
+include(Platform/Windows-Intel)
+__windows_compiler_intel(ASM)