This library is going to be used by the shell module. Some shell users are not satisfied with subcommands alone and need to use the options for commands as well. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
15 lines
193 B
CMake
15 lines
193 B
CMake
# Copyright (c) 2021 Nordic Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_include_directories_ifdef(
|
|
CONFIG_GETOPT
|
|
.
|
|
)
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_GETOPT
|
|
getopt.c
|
|
)
|