Skip to content

Commit 28f689f

Browse files
Missing add_subdirectory
1 parent 9abfcd6 commit 28f689f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
add_subdirectory(TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL)
5-
add_subdirectory(TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL)
6-
74
add_library(mbed-stm32h745xi INTERFACE)
85

96
target_link_libraries(mbed-stm32h745xi INTERFACE mbed-stm32h7)
7+
8+
add_subdirectory(TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL)
9+
add_subdirectory(TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL)
10+
add_subdirectory(TARGET_NUCLEO_H745ZI_Q EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)