mbed-os/connectivity/drivers/cellular/GENERIC/GENERIC_AT3GPP/CMakeLists.txt

13 lines
234 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
GENERIC_AT3GPP.cpp
)