CMakeLists.txt 308 B

1234567
  1. idf_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)