1# Copyright (c) 2024 Nordic Semiconductor
2#
3# SPDX-License-Identifier: Apache-2.0
4
5# Generic sysbuild CMakeLists.txt file used as sysbuild entry point for multi-image builds.
6#
7# Applications which requires custom handling when built using sysbuild may copy this
8# file to the folder `<app-dir>/sysbuild` and use as a template and extend as needed.
9
10find_package(Sysbuild REQUIRED HINTS $ENV{ZEPHYR_BASE})
11
12project(sysbuild LANGUAGES)
13