mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 10:08:06 +08:00

Fixes potential DoS in cJSON_Minify, see https://github.com/DaveGamble/cJSON/issues/354 Using submodule instead of source code.
5 lines
178 B
CMake
5 lines
178 B
CMake
idf_component_register(SRCS "cJSON/cJSON.c"
|
|
"cJSON/cJSON_Utils.c"
|
|
"cJSON/test.c"
|
|
INCLUDE_DIRS cJSON)
|