mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 00:02:21 +08:00

Add support for the Tasking compiler toolset: * TriCore Compiler Toolset 6.3 (with TriCore, ARM, MCS, 8051 and PCP architecture compilers) * SmartCode Compiler Toolset 10.1 (with TriCore, ARC, MCS, 8051 architecture compilers) * ARM Compiler 6.0 * MCS Complier 3.3 * 8051 Compiler 7.2 Fixes: #23756
8 lines
256 B
CMake
8 lines
256 B
CMake
include(Compiler/Tasking)
|
|
|
|
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)
|