mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
234 B
CMake
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()
|
|
|