mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 21:30:54 +03:00
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
|
|
) |