Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e439cfdf388b703a8f922185e341b676902a76ab
/
.
/
ext
/
lib
/
fnmatch
/
CMakeLists.txt
blob: 480031f7913046bcaf2b53f56b4cbe7b0beb7a35 [
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
)