mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
7456461588
CMAKE_ASM_COMPILE_OBJECT is now so that it fits for GNU, Intel, HP and Sun ASM_ATT had to be adjusted. Also adjusted the default CMAKE_ASM_LINK_EXECUTABLE Alex
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)
|