Files
esp-idf/examples/system/sysview_tracing/main/CMakeLists.txt
T

4 lines
149 B
CMake
Raw Normal View History

idf_component_register(SRCS "sysview_tracing.c"
PRIV_REQUIRES esp_driver_gptimer app_trace
INCLUDE_DIRS ".")