Skip to content

Commit

Permalink
Missing add_subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 22, 2024
1 parent 9abfcd6 commit 28f689f
Showing 1 changed file with 4 additions and 3 deletions.
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)

0 comments on commit 28f689f

Please sign in to comment.