mbed-os/connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/CMakeLists.txt

13 lines
233 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
STModCellular.cpp
)