STYLE: add some comment, so it says at least a bit what it is good for
Alex
This commit is contained in:
parent
e8e4160cce
commit
73183bc215
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue