STYLE: add some comment, so it says at least a bit what it is good for

Alex
This commit is contained in:
Alexander Neundorf 2008-11-05 18:51:46 -05:00
parent e8e4160cce
commit 73183bc215
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# support for AT&T syntax assemblers, e.g. GNU as
SET(ASM_DIALECT "-ATT")
SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;S;asm)
INCLUDE(CMakeASMInformation)