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

13 lines
235 B
CMake

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