blob: df7be2e61261c8371489a89afb93e4697ade76cf [file] [log] [blame]
#
# Copyright (c) 2018-2021 mcumgr authors
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
# MCUmgr utilities, for use within the library.
# API interface for utilities is exposed by mgmt_mcumgr_util,
# and should not be exposed outside of mgmt_mcumgr.
add_library(mgmt_mcumgr_util src/zcbor_bulk.c)
zephyr_include_directories(include)
target_link_libraries(mgmt_mcumgr_util PRIVATE zephyr_interface)