mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
Jenkins integration - Migrate to CMake
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
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()
|
||||
|
||||
|
||||
idf_component_register(SRCS "dns_server.c" "http_server.c" "json.c" "wifi_manager.c"
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES esp_common
|
||||
PRIV_REQUIRES newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant cmd_system
|
||||
EMBED_FILES style.css jquery.gz code.js index.html
|
||||
)
|
||||
Reference in New Issue
Block a user