Files
dongheng 26bd48c467 feat(json): update cJSON to v1.7.12
Fixes potential DoS in cJSON_Minify, see https://github.com/DaveGamble/cJSON/issues/354

Using submodule instead of source code.
2019-09-18 16:02:20 +08:00

5 lines
178 B
CMake

idf_component_register(SRCS "cJSON/cJSON.c"
"cJSON/cJSON_Utils.c"
"cJSON/test.c"
INCLUDE_DIRS cJSON)