mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
feat(spiffs): Add cmake script
This commit is contained in:
7
components/spiffs/CMakeLists.txt
Normal file
7
components/spiffs/CMakeLists.txt
Normal file
@ -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()
|
Reference in New Issue
Block a user