CMakeLists.txt 194 B

1234
  1. idf_component_register(SRCS "test_perfmon_main.c" "test_perfmon.c"
  2. INCLUDE_DIRS "."
  3. PRIV_REQUIRES perfmon xtensa unity
  4. WHOLE_ARCHIVE)