Files
squeezelite-esp32/main/CMakeLists.txt
2020-03-04 13:01:24 -05:00

4 lines
173 B
CMake

idf_component_register(SRCS "esp_app_main.c"
REQUIRES esp_common pthread squeezelite-ota platform_console
INCLUDE_DIRS .
)