Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dd9f5e2a1d3fb74380dc310fe6f7bcca46e37cb8
/
.
/
tests
/
kernel
/
xip
/
CMakeLists.txt
blob: 92a4288bc1d854157957573eb35c49d48dcbea8d [
file
] [
log
] [
blame
]
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})