esp-idf/examples/system/console/components/cmd_system/CMakeLists.txt

8 wiersze
134 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_SRCS "cmd_system.c")
set(COMPONENT_REQUIRES console spi_flash)
register_component()