Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
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.
 
 
 
 
 
 

16 lines
418 B

# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: Apache-2.0
zephyr_get(SB_SNIPPET)
if(NOT SB_SNIPPET AND SNIPPET)
set_ifndef(SB_SNIPPET ${SNIPPET})
endif()
set(SNIPPET_NAMESPACE SB_SNIPPET)
set(SNIPPET_PYTHON_EXTRA_ARGS --sysbuild)
set(SNIPPET_APP_DIR ${APP_DIR})
include(${ZEPHYR_BASE}/cmake/modules/snippets.cmake)
set(SNIPPET_NAMESPACE)
set(SNIPPET_PYTHON_EXTRA_ARGS)
set(SNIPPET_APP_DIR)