zephyr/lib/fnmatch/CMakeLists.txt

15 lines
196 B
CMake
Raw Permalink Normal View History

# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_include_directories_ifdef(
CONFIG_FNMATCH
.
)
zephyr_sources_ifdef(
CONFIG_FNMATCH
fnmatch.c
)