diff --git a/components/spiffs/CMakeLists.txt b/components/spiffs/CMakeLists.txt new file mode 100644 index 00000000..f2b03f79 --- /dev/null +++ b/components/spiffs/CMakeLists.txt @@ -0,0 +1,7 @@ +set(COMPONENT_ADD_INCLUDEDIRS include include/spiffs) +set(COMPONENT_SRCDIRS library) + +set(COMPONENT_REQUIRES freertos) +set(COMPONENT_PRIV_REQUIRES esp8266) + +register_component()