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 2d3bf3f commit fdef59fCopy full SHA for fdef59f
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_DISCO_H747I/CMakeLists.txt
@@ -13,4 +13,10 @@ target_include_directories(mbed-disco-h747i
13
.
14
)
15
16
-target_link_libraries(mbed-disco-h747i INTERFACE mbed-stm32h747xi)
+target_link_libraries(mbed-disco-h747i INTERFACE mbed-stm32h747xi mbed-stm32h747xi-cm7)
17
+
18
+add_library(mbed-disco-h747i-cm7 INTERFACE)
19
+target_link_libraries(mbed-disco-h747i-cm7 INTERFACE mbed-stm32h747xi mbed-stm32h747xi-cm7)
20
21
+add_library(mbed-disco-h747i-cm4 INTERFACE)
22
+target_link_libraries(mbed-disco-h747i-cm4 INTERFACE mbed-stm32h747xi mbed-stm32h747xi-cm4)
0 commit comments