diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-02-12 15:05:50 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-02-23 20:18:55 (GMT) |
commit | 5542d5801417946988e6bf5adb79a10dc9e73b55 (patch) | |
tree | 30b37583770b5dcda5414af95873fa491539bbfe /Modules/Compiler | |
parent | f745220a32dd123f694c69b2ac871491c26afa76 (diff) | |
download | CMake-5542d5801417946988e6bf5adb79a10dc9e73b55.zip CMake-5542d5801417946988e6bf5adb79a10dc9e73b55.tar.gz CMake-5542d5801417946988e6bf5adb79a10dc9e73b55.tar.bz2 |
Set the HP asm file suffix
Alex
Diffstat (limited to 'Modules/Compiler')
-rw-r--r-- | Modules/Compiler/HP-ASM.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/HP-ASM.cmake b/Modules/Compiler/HP-ASM.cmake index 3eeab3f..8aa7bdb 100644 --- a/Modules/Compiler/HP-ASM.cmake +++ b/Modules/Compiler/HP-ASM.cmake @@ -1 +1,3 @@ SET(CMAKE_ASM_VERBOSE_FLAG "-v") + +set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s ) |