OVMS3-idf/components/spiffs/CMakeLists.txt

7 lines
181 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "spiffs/src")
set(COMPONENT_SRCDIRS ". spiffs/src")
set(COMPONENT_SUBMODULES "spiffs")
register_component()