Newer
Older
mbed-os / targets / TARGET_STM / TARGET_STM32F4 / TARGET_STM32F401xE / TARGET_NUCLEO_F401RE / CMakeLists.txt
@jeromecoutant jeromecoutant on 10 Mar 2021 355 bytes STM32F4: STM32Cube_FW_F4_V1.26.0 - Subfamilies
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_library(mbed-nucleo-f401re INTERFACE)

target_include_directories(mbed-nucleo-f401re
    INTERFACE
        .
)

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

target_link_libraries(mbed-nucleo-f401re INTERFACE mbed-stm32f401xe)