Files
squeezelite-esp32/components/platform_config/CMakeLists.txt
2020-03-04 13:02:14 -05:00

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
)