Newer
Older
mbed-os / targets / TARGET_STM / TARGET_STM32WB / TARGET_STM32WB55xG / TARGET_NUCLEO_WB55RG / CMakeLists.txt
@jeromecoutant jeromecoutant on 5 May 2021 378 bytes STM32WB : change subfamily name
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_library(mbed-nucleo-wb55rg INTERFACE)

target_sources(mbed-nucleo-wb55rg
    INTERFACE
        PeripheralPins.c
        system_clock.c
)

target_include_directories(mbed-nucleo-wb55rg
    INTERFACE
        .
)

target_link_libraries(mbed-nucleo-wb55rg INTERFACE mbed-stm32wb55xg)