13 lines
435 B
CMake
13 lines
435 B
CMake
# 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 `<app-dir>/sysbuild` and use as a template and extend as needed.
|
|
|
|
find_package(Sysbuild REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
|
|
|
project(sysbuild LANGUAGES)
|