mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-02-03 11:47:42 +08:00
7 lines
180 B
CMake
7 lines
180 B
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)
|