mirror of
https://github.com/espressif/esp-idf
synced 2025-04-09 00:00:18 -04:00
9 lines
185 B
CMake
9 lines
185 B
CMake
set(COMPONENT_SRCDIRS ".")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES unity test_utils vfs fatfs spiffs)
|
|
|
|
set(COMPONENT_ADD_LDFRAGMENTS linker.lf)
|
|
|
|
register_component()
|