forked from gronod/squeezelite-esp32
5 lines
240 B
CMake
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
|
|
) |