Files
warnemuende-lighthouses/components/storage/CMakeLists.txt
2025-06-07 15:43:58 +02:00

7 lines
175 B
CMake

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