Files
miniature-town/components/storage/CMakeLists.txt
2025-05-30 22:42:58 +02:00

7 lines
175 B
CMake

idf_component_register(SRCS
"storage.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
spiffs
)