mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 16:50:18 +01:00
8 lines
165 B
CMake
8 lines
165 B
CMake
|
|
set(COMPONENT_SRCDIRS ".")
|
||
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||
|
|
|
||
|
|
set(COMPONENT_REQUIRES unity vfs fatfs)
|
||
|
|
|
||
|
|
set(COMPONENT_EMBED_TXTFILES fatfs.img)
|
||
|
|
|
||
|
|
register_component()
|