Files
squeezelite-esp32/main/CMakeLists.txt
2020-03-06 16:43:56 -05:00

5 lines
240 B
CMake

idf_component_register(SRCS "esp_app_main.c"
REQUIRES esp_common pthread squeezelite-ota platform_console telnet
INCLUDE_DIRS .
EMBED_FILES ../server_certs/github.pem
)