Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
60d8b2fe37572b4d72e9c15c7d5564824f63b24c
/
.
/
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)