OVMS3-idf/components/vfs/CMakeLists.txt
2019-05-13 19:59:17 +08:00

6 lines
158 B
CMake

set(COMPONENT_SRCS "vfs.c"
"vfs_uart.c"
"vfs_semihost.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
register_component()