esp-idf/components/app_trace/test_apps/main/CMakeLists.txt

5 lines
196 B
CMake
Raw Normal View History

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