Newer
Older
mbed-os / connectivity / drivers / lora / COMPONENT_SX126X / CMakeLists.txt
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-os-lorawan
    INTERFACE
        .
)

target_sources(mbed-os-lorawan
    INTERFACE
        SX126X_LoRaRadio.cpp
)