mirror of https://github.com/ARMmbed/mbed-os.git
14 lines
348 B
CMake
14 lines
348 B
CMake
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
target_sources(mbed-os
|
|
PRIVATE
|
|
AT_CellularContext.cpp
|
|
AT_CellularDevice.cpp
|
|
AT_CellularInformation.cpp
|
|
AT_CellularNetwork.cpp
|
|
AT_CellularSMS.cpp
|
|
AT_CellularStack.cpp
|
|
AT_ControlPlane_netif.cpp
|
|
)
|