Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6edcb1490a777b6d96dfd34212dbf2bc8bdcdf42
/
.
/
Modules
/
Compiler
/
ARMCC-ASM.cmake
blob: 5819fc75695c84eea8fba44ab133f10220921679 [
file
]
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
)