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