mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 10:38:01 +08:00
8 lines
179 B
CMake
8 lines
179 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS include include/spiffs)
|
|
set(COMPONENT_SRCDIRS library)
|
|
|
|
set(COMPONENT_REQUIRES freertos)
|
|
set(COMPONENT_PRIV_REQUIRES esp8266)
|
|
|
|
register_component()
|