Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c2666c31387ae869375c9a39a9a2f72d3e28ffb6
/
.
/
tests
/
benchmarks
/
mbedtls
/
CMakeLists.txt
blob: d6515ea5c9a36ab3d63f2f94d01a32170d3205d8 [
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(mbedtls_benchmark)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})