mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
12 lines
483 B
CMake
12 lines
483 B
CMake
idf_component_register( SRCS
|
|
cmd_i2ctools.c
|
|
cmd_nvs.c
|
|
cmd_ota.c
|
|
cmd_system.c
|
|
cmd_wifi.c
|
|
platform_console.c
|
|
INCLUDE_DIRS .
|
|
REQUIRES nvs_flash
|
|
PRIV_REQUIRES console tools services spi_flash app_update platform_config vfs pthread wifi-manager platform_config codecs newlib )
|
|
target_link_libraries(__idf_platform_console ${build_dir}/esp-idf/$<TARGET_PROPERTY:RECOVERY_PREFIX>/lib$<TARGET_PROPERTY:RECOVERY_PREFIX>.a )
|