mirror of https://github.com/ARMmbed/mbed-os.git
16 lines
341 B
CMake
16 lines
341 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
|
|
RM1000_AT.cpp
|
|
RM1000_AT_CellularContext.cpp
|
|
RM1000_AT_CellularNetwork.cpp
|
|
RM1000_AT_CellularStack.cpp
|
|
)
|