mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
6 lines
269 B
CMake
6 lines
269 B
CMake
idf_component_register(SRC_DIRS .
|
|
PRIV_REQUIRES esp_common wifi-manager pthread squeezelite-ota platform_console telnet
|
|
INCLUDE_DIRS .
|
|
EMBED_FILES ../server_certs/github.pem
|
|
)
|
|
|