Revision 9150c818b7d2afb868575fcb2e0c9ba62b9d7f85 authored by Brad King on 10 October 2019, 13:31:05 UTC, committed by Brad King on 10 October 2019, 13:31:05 UTC
1 parent 580e322
Raw File
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