We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e320bc commit 0311d81Copy full SHA for 0311d81
targets/TARGET_Maxim/TARGET_MAX32630/CMakeLists.txt
@@ -19,6 +19,8 @@ endif()
19
20
add_library(mbed-max32630 INTERFACE)
21
22
+mbed_set_linker_script(mbed-max32630 ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
23
+
24
target_include_directories(mbed-max32630
25
INTERFACE
26
.
0 commit comments