mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
6 lines
158 B
CMake
6 lines
158 B
CMake
set(COMPONENT_SRCS "vfs.c"
|
|
"vfs_uart.c"
|
|
"vfs_semihost.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
register_component()
|