mirror of https://github.com/ARMmbed/mbed-os.git
16 lines
334 B
CMake
16 lines
334 B
CMake
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
target_include_directories(mbed-nanostack-sal_stack
|
|
INTERFACE
|
|
.
|
|
)
|
|
|
|
target_sources(mbed-nanostack-sal_stack
|
|
INTERFACE
|
|
dhcp_service_api.c
|
|
libDHCPv6.c
|
|
libDHCPv6_server.c
|
|
libDHCPv6_vendordata.c
|
|
)
|