blob: cc12ee5ea9208622e6a0115387ed017e55b9d555 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(cmsis_dsp_basicmath_benchmark)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})