mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
14 lines
243 B
CMake
14 lines
243 B
CMake
|
|
if(CONFIG_USING_ESP_VFS)
|
|
set(COMPONENT_SRCS "vfs.c"
|
|
"vfs_uart.c")
|
|
else()
|
|
set(COMPONENT_SRCDIRS "port")
|
|
endif()
|
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES "lwip")
|
|
|
|
register_component()
|