CMakeLists.txt 424 B

1234567891011
  1. idf_component_register(SRCS "ccomp_timer.c"
  2. "ref_clock.c"
  3. "test_runner.c"
  4. "test_utils.c"
  5. "ccomp_timer_impl.c"
  6. INCLUDE_DIRS include
  7. PRIV_INCLUDE_DIRS private_include
  8. REQUIRES spi_flash idf_test unity
  9. PRIV_REQUIRES perfmon esp_ipc)