cmake/Modules/Compiler/GNU-ASM.cmake

7 lines
180 B
CMake
Raw Normal View History

2011-06-19 15:41:06 +03:00
# 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)