mbed-os/connectivity/nanostack/sal-stack-nanostack/source/NWK_INTERFACE/CMakeLists.txt

17 lines
346 B
CMake

# Copyright (c) 2020-2021, Pelion and affiliates.
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-nanostack-sal_stack
INTERFACE
.
./Include
)
target_sources(mbed-nanostack-sal_stack
INTERFACE
protocol_core.c
protocol_core_sleep.c
protocol_stats.c
protocol_timer.c
)