mbed-os/connectivity/drivers/lora/COMPONENT_SX1272/CMakeLists.txt

14 lines
254 B
CMake

# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-lorawan
INTERFACE
.
./registers
)
target_sources(mbed-lorawan
INTERFACE
SX1272_LoRaRadio.cpp
)