Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5969c3b941991d264dfdb8d301d46f905fc3586b
/
.
/
lib
/
util
/
getopt
/
CMakeLists.txt
blob: 9c400610d8da584099776d6b952bccfa7d556906 [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Nordic Semiconductor
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_include_directories_ifdef(
CONFIG_GETOPT
.
)
zephyr_sources_ifdef(
CONFIG_GETOPT
getopt.c
)