https://github.com/Kitware/CMake
Raw File
Tip revision: c462aafcfa2815b164c3fff660bd1fc78e95cb12 authored by David Cole on 09 August 2012, 17:57:02 UTC
CMake 2.8.9
Tip revision: c462aaf
GNU-ASM.cmake
# This file is loaded when gcc/g++ is used for assembler files (the "ASM" cmake language)
include(Compiler/GNU)

set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)

__compiler_gnu(ASM)
back to top