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

4 lines
143 B
CMake
Raw Normal View History

idf_component_register(SRCS "perfmon_example_main.c"
PRIV_REQUIRES perfmon esp_timer
INCLUDE_DIRS ".")