Files
esp-idf/components/console/CMakeLists.txt
Renz Christian Bagaporo bc8540fec1 cmake: fix source list issues
2018-09-13 11:13:27 +08:00

11 lines
234 B
CMake

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