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 b00add5 commit f7e628dCopy full SHA for f7e628d
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G431xB/TARGET_NUCLEO_G431RB/CMakeLists.txt
@@ -1,16 +1,16 @@
1
# Copyright (c) 2021 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-add_library(NUCLEO_G431RB INTERFACE)
+add_library(mbed-nucleo-g431rb INTERFACE)
5
6
-target_sources(NUCLEO_G431RB
+target_sources(mbed-nucleo-g431rb
7
INTERFACE
8
PeripheralPins.c
9
)
10
11
-target_include_directories(NUCLEO_G431RB
+target_include_directories(mbed-nucleo-g431rb
12
13
.
14
15
16
-target_link_libraries(NUCLEO_G431RB INTERFACE STM32G431xB)
+target_link_libraries(mbed-nucleo-g431rb INTERFACE mbed-stm32g431xb)
0 commit comments