CMakeLists.txt 259 B

123456
  1. idf_component_register(SRCS "commands.c"
  2. "split_argv.c"
  3. "argtable3/argtable3.c"
  4. "linenoise/linenoise.c"
  5. INCLUDE_DIRS "."
  6. REQUIRES vfs)