Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
083a42d734ebe5786f62dce6180e96bee147b7a9
/
.
/
samples
/
drivers
/
crypto
/
CMakeLists.txt
blob: 04da3f5da0a88a1c268366a11e0b3930628918eb [
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(crypto)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})