Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
718e4592aad62e82d8639bfd897169e1c6d20dbd
/
.
/
tests
/
benchmarks
/
mbedtls
/
CMakeLists.txt
blob: 2d204f3f1a5fa8d1327fced728781aba77fc6e4c [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(mbedtls_benchmark)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})