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 f6302dc commit f2f927eCopy full SHA for f2f927e
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H743xI/TARGET_NUCLEO_H743ZI2/CMakeLists.txt
@@ -1,17 +1,17 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-add_library(mbed-nucleo-h743ZI2 INTERFACE)
+add_library(mbed-nucleo-h743zi2 INTERFACE)
5
6
-target_sources(mbed-nucleo-h743ZI2
+target_sources(mbed-nucleo-h743zi2
7
INTERFACE
8
PeripheralPins.c
9
system_clock.c
10
)
11
12
-target_include_directories(mbed-nucleo-h743ZI2
+target_include_directories(mbed-nucleo-h743zi2
13
14
.
15
16
17
-target_link_libraries(mbed-nucleo-h743ZI2 INTERFACE mbed-stm32h743xi)
+target_link_libraries(mbed-nucleo-h743zi2 INTERFACE mbed-stm32h743xi)
0 commit comments