blob: 18c3a2b25f50b1f97978c0f0a3dd9cd70eeea587 [file] [log] [blame]
#
# Copyright (c) 2018-2021 mcumgr authors
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
# Shell Management group public API is exposed by MCUmgr API
# interface, when Shell Management is enabled.
add_library(mgmt_mcumgr_grp_shell src/shell_mgmt.c)
target_include_directories(mgmt_mcumgr_grp_shell PUBLIC include)
target_link_libraries(mgmt_mcumgr_grp_shell PRIVATE
zephyr_interface mgmt_mcumgr_mgmt mgmt_mcumgr_util
)
target_link_libraries(mgmt_mcumgr INTERFACE mgmt_mcumgr_grp_shell)