1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4if(CONFIG_MCUMGR_GRP_EXAMPLE_MODULE) 5 zephyr_library(mgmt_mcumgr_grp_example) 6 # The below should be updated with the real name of the file 7 zephyr_library_sources(src/example_mgmt.c) 8 zephyr_include_directories(include) 9endif() 10