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

4 lines
126 B
CMake
Raw Normal View History

idf_component_register(SRCS "cmd_system.c"
INCLUDE_DIRS .
REQUIRES console spi_flash)