Merge branch 'bugfix/remove_cjson_test_file_from_cmake_build_v4.0' into 'release/v4.0'

cJSON: include only source file objects for cmake build (v4.0)

See merge request espressif/esp-idf!7546
This commit is contained in:
Angus Gratton 2020-02-11 11:57:32 +08:00
commit f92a52f275

View file

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