CMake MAX32630: fix linker script

Forgotten to set it for the target
pull/14270/head
Martin Kojtal 2021-02-11 17:42:49 +00:00
parent 2e320bcfe9
commit 0311d81314
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ endif()
add_library(mbed-max32630 INTERFACE)
mbed_set_linker_script(mbed-max32630 ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
target_include_directories(mbed-max32630
INTERFACE
.