mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
8 lines
196 B
CMake
8 lines
196 B
CMake
idf_component_register(SRCS "nvs_utilities.c" "platform_config.c"
|
|
INCLUDE_DIRS .
|
|
INCLUDE_DIRS . ../tools/
|
|
REQUIRES nvs_flash json platform_console services vfs
|
|
)
|
|
|
|
|