mbed-os/connectivity/cellular/source/framework/device/CMakeLists.txt

11 lines
241 B
CMake
Raw Normal View History

2020-07-20 16:57:00 +00:00
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_sources(mbed-os
PRIVATE
ATHandler.cpp
CellularContext.cpp
CellularDevice.cpp
CellularStateMachine.cpp
2020-07-20 16:57:00 +00:00
)