CMakeLists.txt 173 B

1234
  1. idf_component_register(SRCS "esp_app_main.c"
  2. REQUIRES esp_common pthread squeezelite-ota platform_console
  3. INCLUDE_DIRS .
  4. )