mirror of
https://github.com/espressif/esp-idf
synced 2025-03-26 09:20:11 -04:00
8 lines
208 B
CMake
8 lines
208 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
set(COMPONENT_SRCS "commands.c"
|
|
"split_argv.c"
|
|
"argtable3/argtable3.c"
|
|
"linenoise/linenoise.c")
|
|
register_component()
|
|
|