mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
17 lines
460 B
CMake
17 lines
460 B
CMake
idf_component_register( SRCS
|
|
cmd_i2ctools.c
|
|
cmd_ota.c
|
|
cmd_system.c
|
|
cmd_wifi.c
|
|
platform_console.c
|
|
cmd_config.c
|
|
INCLUDE_DIRS .
|
|
REQUIRES nvs_flash
|
|
PRIV_REQUIRES console app_update tools services spi_flash tools platform_config vfs pthread wifi-manager newlib telnet display squeezelite metrics)
|
|
|
|
set_source_files_properties(cmd_config.c
|
|
PROPERTIES COMPILE_FLAGS
|
|
-Wno-unused-function
|
|
)
|
|
|