You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
435 B
12 lines
435 B
# 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)
|
|
|