# Copyright (c) 2024 Nordic Semiconductor # # SPDX-License-Identifier: Apache-2.0 # Generic sysbuild CMakeLists.txt file used as sysbuild entry point for multi-image builds. # # Applications which requires custom handling when built using sysbuild may copy this # file to the folder `/sysbuild` and use as a template and extend as needed. find_package(Sysbuild REQUIRED HINTS $ENV{ZEPHYR_BASE}) project(sysbuild LANGUAGES)