7 lines
148 B
CMake
7 lines
148 B
CMake
set(COMPONENT_SRCS "vfs.c"
|
|
"vfs_uart.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|