Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5fd499b3c655dd23c021a8af6ca8f2c78950716a
/
.
/
tests
/
crypto
/
aes
/
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})