Newer
Older
mbed-os / targets / TARGET_STM / TARGET_STM32H7 / TARGET_STM32H723xG / TARGET_NUCLEO_H723ZG / CMakeLists.txt
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_library(mbed-nucleo-h723zg INTERFACE)

target_sources(mbed-nucleo-h723zg
    INTERFACE
        PeripheralPins.c
)

target_include_directories(mbed-nucleo-h723zg
    INTERFACE
        .
)

target_link_libraries(mbed-nucleo-h723zg INTERFACE mbed-stm32h723xg)