Explorar el Código

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

Alex
Alexander Neundorf hace 17 años
padre
commit
73183bc215
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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(ASM_DIALECT "-ATT")
 SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;S;asm)
 SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;S;asm)
 INCLUDE(CMakeASMInformation)
 INCLUDE(CMakeASMInformation)