mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
9 lines
349 B
CMake
9 lines
349 B
CMake
idf_component_register(SRCS "commands.c"
|
|
"esp_console_repl.c"
|
|
"split_argv.c"
|
|
"argtable3/argtable3.c"
|
|
"linenoise/linenoise.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES vfs
|
|
PRIV_REQUIRES driver)
|