Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aeaf32aada93513bf10fbd921fce7e9c92de79e5
/
.
/
samples
/
kernel
/
bootargs
/
CMakeLists.txt
blob: 87c71a249b70c9b1adb82a37f1f3c3c37e10e9b7 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(bootargs)
target_sources(app PRIVATE src/main.c)