zephyr/tests/subsys/debug/mipi_stp_decoder/CMakeLists.txt
Krzysztof Chruściński a5931c716f tests: debug: Add test for MIPI STPv2 decoder
Add test suite.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-05-21 16:48:28 -04:00

9 lines
233 B
CMake

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