mirror of https://github.com/ARMmbed/mbed-os.git
Update targets/TARGET_GigaDevice/TARGET_GD32F4XX/CMakeLists.txt
Co-authored-by: Hugues Kamba-Mpiana <41612201+hugueskamba@users.noreply.github.com>pull/14281/head
parent
b446238441
commit
e6bd22d68d
|
@ -85,7 +85,7 @@ target_sources(mbed-gd32f4xx
|
|||
${STARTUP_FILE}
|
||||
)
|
||||
|
||||
mbed_set_linker_script(mbed-gd32-f450zi ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
|
||||
mbed_set_linker_script(mbed-gd32f4xx ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
|
||||
|
||||
target_link_libraries(mbed-gd32f4xx INTERFACE mbed-gigadevice)
|
||||
target_link_libraries(mbed-gd32-f450zi INTERFACE mbed-gd32f4xx)
|
||||
|
|
Loading…
Reference in New Issue