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

17 lines
351 B
CMake

# Copyright (c) 2020 ARM Limited. All rights reserved.
# 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
)