Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b39bc9be7b73bb37e2c68f1eb2ac3ccdb4bc05cd
/
.
/
samples
/
kernel
/
bootargs
/
CMakeLists.txt
blob: 2a182d9085cfe83158f952fc710561af783598f7 [
file
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.28.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(bootargs)
target_sources(app PRIVATE src/main.c)