Revision 9150c818b7d2afb868575fcb2e0c9ba62b9d7f85 authored by Brad King on 10 October 2019, 13:31:05 UTC, committed by Brad King on 10 October 2019, 13:31:05 UTC
1 parent 580e322
Raw File
ARMCC-ASM.cmake
include(Compiler/ARMCC)

set(CMAKE_ASM_OUTPUT_EXTENSION ".o")
set(CMAKE_ASM_OUTPUT_EXTENSION_REPLACE 1)

set(CMAKE_ASM_COMPILE_OBJECT       "<CMAKE_ASM_COMPILER> <INCLUDES> <FLAGS> -o <OBJECT> <SOURCE>")
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS S;s;asm;msa)
back to top