CMakeLists.txt 223 B

1234
  1. idf_component_register(SRC_DIRS "."
  2. PRIV_INCLUDE_DIRS "../../private_include"
  3. PRIV_REQUIRES cmock test_utils esp_timer spi_flash esp_psram
  4. WHOLE_ARCHIVE)