OVMS3-idf/components/console/CMakeLists.txt

11 lines
234 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_SRCS "argtable3/argtable3.c"
"commands.c"
"linenoise/linenoise.c"
"split_argv.c")
set(COMPONENT_REQUIRES)
register_component()