Newer
Older
mbed-os / targets / TARGET_NORDIC / TARGET_NRF5x / TARGET_SDK_15_0 / integration / CMakeLists.txt
@Harrison Mutai Harrison Mutai on 18 Dec 2020 374 bytes CMake: add support for Nordic targets
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-core
    INTERFACE
        .
        nrfx
        nrfx/legacy
        nrfx/legacy/ble_flash
)

target_sources(mbed-core
    INTERFACE
        nrfx/legacy/nrf_drv_rng.c
        nrfx/legacy/nrf_drv_usbd.c

        nrfx/legacy/ble_flash/ble_flash.c
)