Merge branch 'bugfix/remove_cjson_test_file_from_cmake_build' into 'master'

cJSON: include only source file objects for cmake build

See merge request espressif/esp-idf!7498
This commit is contained in:
Mahavir Jain 2020-02-05 16:46:29 +08:00
commit 229b599494

View file

@ -1,4 +1,3 @@
idf_component_register(SRCS "cJSON/cJSON.c"
"cJSON/cJSON_Utils.c"
"cJSON/test.c"
INCLUDE_DIRS cJSON)