Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2de9f2f8fd17385f545effd007bdaf3da8e97dbe
/
.
/
tests
/
kernel
/
critical
/
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})