From a3c09d0a3fa729dfcc8365098a31bb8490ad2d4c Mon Sep 17 00:00:00 2001 From: cyliangtw Date: Thu, 4 Mar 2021 11:35:14 +0800 Subject: [PATCH] Add mbed-cmsis-cortex-m into Nuvoton CMakeList --- targets/TARGET_NUVOTON/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/TARGET_NUVOTON/CMakeLists.txt b/targets/TARGET_NUVOTON/CMakeLists.txt index 0c65abd283..174b848b1a 100644 --- a/targets/TARGET_NUVOTON/CMakeLists.txt +++ b/targets/TARGET_NUVOTON/CMakeLists.txt @@ -23,3 +23,5 @@ target_sources(mbed-nuvoton nu_timer.c USBEndpoints_Nuvoton.cpp ) + +target_link_libraries(mbed-nuvoton INTERFACE mbed-cmsis-cortex-m)