forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9abfcd6
commit 28f689f
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H745xI/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Copyright (c) 2020 ARM Limited. All rights reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
add_subdirectory(TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL) | ||
add_subdirectory(TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL) | ||
|
||
add_library(mbed-stm32h745xi INTERFACE) | ||
|
||
target_link_libraries(mbed-stm32h745xi INTERFACE mbed-stm32h7) | ||
|
||
add_subdirectory(TARGET_STM32H745xI_CM7 EXCLUDE_FROM_ALL) | ||
add_subdirectory(TARGET_STM32H745xI_CM4 EXCLUDE_FROM_ALL) | ||
add_subdirectory(TARGET_NUCLEO_H745ZI_Q EXCLUDE_FROM_ALL) |