mbed-os/connectivity/drivers/cellular/TELIT/ME910/CMakeLists.txt

15 lines
311 B
CMake

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