zephyr/subsys/debug/thread_analyzer/CMakeLists.txt
Anas Nashif 7c68855053 debug: thread_analyzer: move thread analyzer to own folder
Move to own directory to prepare for new related code.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-04-04 07:42:20 +02:00

6 lines
79 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
thread_analyzer.c
)