Files
squeezelite-esp32/components/squeezelite-ota/CMakeLists.txt
2020-03-10 17:27:06 -04:00

8 lines
227 B
CMake

idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
REQUIRES app_update esp_https_ota
PRIV_REQUIRES console tools display services platform_config spi_flash vfs console freertos platform_console
)