11bf72aace
* Fix buffer overflow issue in cJSON 1.6.0 * Change cJSON structure to git submodule Closes https://github.com/espressif/esp-idf/issues/1577
6 lines
117 B
Makefile
6 lines
117 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
COMPONENT_ADD_INCLUDEDIRS := cJSON
|
|
COMPONENT_SRCDIRS := cJSON
|
|
COMPONENT_SUBMODULES := cJSON
|