blob: 55ab743cc77e23ca7c089f3f3096c10b8a85c8ac [file] [log] [blame]
# Copyright 2021-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
#
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(tflm_ethosu_app)
target_include_directories(app PRIVATE src/models/keyword_spotting_cnn_small_int8)
target_sources(app PRIVATE src/main.cpp src/inference_process.cpp)
zephyr_linker_sources(SECTIONS linker.ld)