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)