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

5 lines
208 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 esp_driver_gptimer
WHOLE_ARCHIVE)