Files
esp-idf/components/spiffs/CMakeLists.txt
2018-04-30 09:59:20 +10:00

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()