mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
12 lines
264 B
CMake
12 lines
264 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_SRCS "dns_server.c" "http_server.c" "json.c" "wifi_manager.c")
|
|
set(REQUIRES esp_common)
|
|
set(COMPONENT_EMBED_FILES "style.css jquery.gz code.js index.html")
|
|
|
|
set(REQUIRES_COMPONENTS freertos )
|
|
|
|
register_component()
|
|
|
|
|