mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 23:49:10 -04:00
8 lines
134 B
CMake
8 lines
134 B
CMake
|
set(COMPONENT_ADD_INCLUDEDIRS .)
|
||
|
|
||
|
set(COMPONENT_SRCS "cmd_system.c")
|
||
|
|
||
|
set(COMPONENT_REQUIRES console spi_flash)
|
||
|
|
||
|
register_component()
|