Newer
Older
mbed-os / connectivity / drivers / lora / COMPONENT_SX126X / CMakeLists.txt
@Jamie Smith Jamie Smith on 14 Sep 2022 229 bytes Convert lorawan to a STATIC library
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-lorawan
    PUBLIC
        .
)

target_sources(mbed-lorawan
    PRIVATE
        SX126X_LoRaRadio.cpp
)