zephyr/tests/subsys/debug/cs_trace_defmt/CMakeLists.txt
Krzysztof Chruściński 287583be36 tests: debug: Add test for Coresight Trace Deformatter
Add test suite.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-08-12 19:23:19 -04:00

9 lines
231 B
CMake

# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(cs_trace_defmt)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})