qt-build-tools/6.5.1/_tools/cmake/share/cmake-3.14/Modules/Compiler/GNU-ASM.cmake

7 lines
180 B
CMake
Raw Normal View History

2023-11-01 06:11:15 +08: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)