mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 23:17:03 +03:00
Start of 5.X work
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
idf_component_register(SRC_DIRS .
|
||||
INCLUDE_DIRS .
|
||||
PRIV_REQUIRES tools newlib console esp_common freertos tools services
|
||||
REQUIRES spiffs
|
||||
PRIV_REQUIRES newlib console esp_common freertos
|
||||
REQUIRES spiffs tools services esp_http_server
|
||||
)
|
||||
add_dependencies(${COMPONENT_LIB} generate_plugins_files)
|
||||
Reference in New Issue
Block a user