Ver código fonte

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

Alex
Alexander Neundorf 17 anos atrás
pai
commit
73183bc215
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      Modules/CMakeASM-ATTInformation.cmake

+ 2 - 0
Modules/CMakeASM-ATTInformation.cmake

@@ -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)