esp-idf/components/console/CMakeLists.txt

8 wiersze
208 B
CMake

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