mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
38f92bfbe1
Alex
9 lines
276 B
CMake
9 lines
276 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)
|
|
|
|
set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_C_COMPILER> <DEFINES> <FLAGS> -o <OBJECT> -c <SOURCE>")
|
|
|
|
__compiler_gnu(ASM)
|