mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Merge topic 'adsp-asm'
0e828b92f1 ADSP: Add support for assembler
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8869
This commit is contained in:
6
Modules/Compiler/ADSP-ASM.cmake
Normal file
6
Modules/Compiler/ADSP-ASM.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
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>")
|
||||
Reference in New Issue
Block a user