Newer
Older
mbed-os / targets / TARGET_NORDIC / TARGET_NRF5x / TARGET_SDK_15_0 / TARGET_SOFTDEVICE_COMMON / CMakeLists.txt
@Rajkumar Kanagaraj Rajkumar Kanagaraj on 6 Nov 2020 620 bytes CMake: add mbed-os and mbed-baremetal targets
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0


target_include_directories(mbed-core
    INTERFACE
        ${CMAKE_CURRENT_SOURCE_DIR}/ble
        ${CMAKE_CURRENT_SOURCE_DIR}/ble/ble_radio_notification
        ${CMAKE_CURRENT_SOURCE_DIR}/libraries/bootloader
        ${CMAKE_CURRENT_SOURCE_DIR}/libraries/bootloader/dfu
        ${CMAKE_CURRENT_SOURCE_DIR}/libraries/fstorage
)

target_sources(mbed-core
    INTERFACE
        ble/ble_radio_notification/ble_radio_notification.c

        libraries/bootloader/dfu/nrf_dfu_mbr.c

        libraries/fstorage/nrf_fstorage_sd.c
)