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