mirror of https://github.com/ARMmbed/mbed-os.git
17 lines
398 B
CMake
17 lines
398 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
|
|
QUECTEL_BC95.cpp
|
|
QUECTEL_BC95_CellularContext.cpp
|
|
QUECTEL_BC95_CellularInformation.cpp
|
|
QUECTEL_BC95_CellularNetwork.cpp
|
|
QUECTEL_BC95_CellularStack.cpp
|
|
)
|