mirror of https://github.com/ARMmbed/mbed-os.git
11 lines
241 B
CMake
11 lines
241 B
CMake
|
# 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
|
||
|
)
|