blob: b67b3e14a4a06f34c0f758c0d13a5052ac595ea9 [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(profiling_api)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})