Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aaaed300713d241bb222feb769b43eb32c446b33
/
.
/
lib
/
util
/
fnmatch
/
CMakeLists.txt
blob: b2d525b8c273a69e878489fc183f26be9583fb04 [
file
] [
log
] [
blame
]
# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_include_directories_ifdef(
CONFIG_FNMATCH
.
)
zephyr_sources_ifdef(
CONFIG_FNMATCH
fnmatch.c
)