mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
console: argtable3: update CMakeLists.txt for v3.2.1
This commit is contained in:
parent
69d1424c15
commit
10f72e1086
@ -1,12 +1,24 @@
|
||||
set(argtable_srcs argtable3/arg_cmd.c
|
||||
argtable3/arg_date.c
|
||||
argtable3/arg_dbl.c
|
||||
argtable3/arg_dstr.c
|
||||
argtable3/arg_end.c
|
||||
argtable3/arg_file.c
|
||||
argtable3/arg_hashtable.c
|
||||
argtable3/arg_int.c
|
||||
argtable3/arg_lit.c
|
||||
argtable3/arg_rem.c
|
||||
argtable3/arg_rex.c
|
||||
argtable3/arg_str.c
|
||||
argtable3/arg_utils.c
|
||||
argtable3/argtable3.c)
|
||||
|
||||
|
||||
idf_component_register(SRCS "commands.c"
|
||||
"esp_console_repl.c"
|
||||
"split_argv.c"
|
||||
"argtable3/argtable3.c"
|
||||
"linenoise/linenoise.c"
|
||||
${argtable_srcs}
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES vfs
|
||||
PRIV_REQUIRES driver)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID MATCHES "GNU")
|
||||
set_source_files_properties(argtable3/argtable3.c PROPERTIES COMPILE_FLAGS -Wno-clobbered)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user