Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Modules
/
Compiler
/
ADSP-ASM.cmake
blob: 9ef514248464771486dee96be4d33d504f6d3e36 [
file
] [
log
] [
blame
]
include
(
Compiler
/
ADSP
)
__compiler_adsp
(
ASM
)
set
(
CMAKE_ASM_SOURCE_FILE_EXTENSIONS
asm
)
set
(
CMAKE_ASM_OUTPUT_EXTENSION
".o"
)
set
(
CMAKE_ASM_COMPILE_OBJECT
"<CMAKE_ASM_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> <SOURCE>"
)