1idf_component_register(SRCS "commands.c" 2 "esp_console_repl.c" 3 "split_argv.c" 4 "argtable3/argtable3.c" 5 "linenoise/linenoise.c" 6 INCLUDE_DIRS "." 7 REQUIRES vfs 8 PRIV_REQUIRES driver) 9 10if(CMAKE_C_COMPILER_ID MATCHES "GNU") 11 set_source_files_properties(argtable3/argtable3.c PROPERTIES COMPILE_FLAGS -Wno-clobbered) 12endif() 13