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 9abfcd6 commit 28f689fCopy full SHA for 28f689f
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H745xI/CMakeLists.txt
@@ -1,9 +1,10 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-add_subdirectory(TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL)
5
-add_subdirectory(TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL)
6
-
7
add_library(mbed-stm32h745xi INTERFACE)
8
9
target_link_libraries(mbed-stm32h745xi INTERFACE mbed-stm32h7)
+
+add_subdirectory(TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL)
+add_subdirectory(TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL)
10
+add_subdirectory(TARGET_NUCLEO_H745ZI_Q EXCLUDE_FROM_ALL)
0 commit comments