Newer
Older
mbed-os / connectivity / drivers / ble / FEATURE_BLE / TARGET_STM32WB / CMakeLists.txt
@Hugues Kamba Hugues Kamba on 6 Nov 2020 383 bytes CMake: Rename CMake targets
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-ble
    INTERFACE
        .
        ./STM32Cube_FW
)

target_sources(mbed-ble
    INTERFACE
        HCIDriver.cpp
        hw_ipcc.c

        STM32Cube_FW/shci.c
        STM32Cube_FW/shci_tl.c
        STM32Cube_FW/stm_list.c
        STM32Cube_FW/tl_mbox.c
)