Files
SDK_GD32W51x/PROT/trusted-firmware-m/cmake/Compiler/GNUARM-ASM.cmake
2023-05-18 18:53:00 +08:00

10 lines
398 B
CMake

#-------------------------------------------------------------------------------
# Copyright (c) 2017-2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S;asm)
#No furhter configuration is needed to extend cmake's buit-in GCC support.