We expect to have more libraries with incopatible license. There must be a common place for such software. It seems that lib/util is good place for that. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
15 lines
196 B
CMake
15 lines
196 B
CMake
# Copyright (c) 2018 Nordic Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_include_directories_ifdef(
|
|
CONFIG_FNMATCH
|
|
.
|
|
)
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_FNMATCH
|
|
fnmatch.c
|
|
)
|