mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
7 lines
181 B
CMake
7 lines
181 B
CMake
idf_component_register(SRCS "nvs_utilities.c" "platform_config.c"
|
|
INCLUDE_DIRS . ../tools/
|
|
REQUIRES newlib nvs_flash json platform_console services vfs
|
|
)
|
|
|
|
|