mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 22:47:15 +03:00
Start of 5.X work
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
set( WEBPACK_DIR webapp/webpack/dist )
|
||||
|
||||
# for the forgetful, REQUIRES cannot use CONFIG_XXX due to parsing order
|
||||
if(IDF_TARGET STREQUAL "esp32")
|
||||
set(target_requires "driver_bt")
|
||||
endif()
|
||||
|
||||
idf_component_register( SRC_DIRS . UML-State-Machine-in-C/src
|
||||
|
||||
idf_component_register( SRC_DIRS . UML-State-Machine-in-C/src
|
||||
INCLUDE_DIRS . UML-State-Machine-in-C/src
|
||||
REQUIRES squeezelite-ota json mdns
|
||||
PRIV_REQUIRES tools services platform_config esp_common json newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant platform_console esp_http_server console ${target_requires}
|
||||
|
||||
Reference in New Issue
Block a user