Merge pull request #14376 from OpenNuvoton/nvt_cmake

CMake: Add mbed-cmsis-cortex-m into Nuvoton target
pull/14373/head
Martin Kojtal 2021-03-05 14:04:05 +00:00 committed by GitHub
commit 3fb5ed718c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,3 +23,5 @@ target_sources(mbed-nuvoton
nu_timer.c
USBEndpoints_Nuvoton.cpp
)
target_link_libraries(mbed-nuvoton INTERFACE mbed-cmsis-cortex-m)