mbed-os/connectivity/drivers/cellular/UBLOX/AT/CMakeLists.txt

16 lines
337 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
UBLOX_AT.cpp
UBLOX_AT_CellularContext.cpp
UBLOX_AT_CellularNetwork.cpp
UBLOX_AT_CellularStack.cpp
)