esp-idf/components/app_trace/test_apps/main/CMakeLists.txt
2023-10-02 10:33:20 +02:00

5 lines
196 B
CMake

idf_component_register(SRCS "test_app_trace_main.c" "test_trace.c"
INCLUDE_DIRS "."
PRIV_REQUIRES app_trace unity driver
WHOLE_ARCHIVE)