CMakeLists.txt 234 B

12345678910
  1. set(COMPONENT_ADD_INCLUDEDIRS .)
  2. set(COMPONENT_SRCS "commands.c"
  3. "split_argv.c"
  4. "argtable3/argtable3.c"
  5. "linenoise/linenoise.c")
  6. set(COMPONENT_REQUIRES)
  7. register_component()