zephyr/tests/subsys/debug/cpu_load/CMakeLists.txt
Krzysztof Chruściński 688b561815 tests: debug: Add test for cpu_load
Add test for CPU load.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-03-12 14:03:48 +00:00

9 lines
197 B
CMake

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