瀏覽代碼

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

Alex
Alexander Neundorf 17 年之前
父節點
當前提交
73183bc215
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)