diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-01-30 21:14:53 +0100 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-02-23 21:15:18 +0100 |
commit | 38f92bfbe19afa18f92d336b69576bcba5d1cc35 (patch) | |
tree | 022a8f0048729a3430c7c6ef8c404393774af316 /Modules/Compiler/GNU-ASM.cmake | |
parent | 4b40d4297aa7b984e9b5fa905cdee21960ec4f8a (diff) | |
download | cmake-38f92bfbe19afa18f92d336b69576bcba5d1cc35.tar.gz |
Add ASM support for the Intel compiler
Alex
Diffstat (limited to 'Modules/Compiler/GNU-ASM.cmake')
-rw-r--r-- | Modules/Compiler/GNU-ASM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/GNU-ASM.cmake b/Modules/Compiler/GNU-ASM.cmake index 93ef724dfe..bec212ff6d 100644 --- a/Modules/Compiler/GNU-ASM.cmake +++ b/Modules/Compiler/GNU-ASM.cmake @@ -1,7 +1,7 @@ # This file is loaded when gcc/g++ is used for assembler files (the "ASM" cmake language) include(Compiler/GNU) -set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;asm) +set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm) set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_C_COMPILER> <DEFINES> <FLAGS> -o <OBJECT> -c <SOURCE>") |