cJSON : Include only source file objects

- test.c can cause issues if there is another main function
- Closes https://github.com/espressif/esp-idf/issues/1883
pull/1919/head
Anuj Deshpande 2018-04-27 15:25:07 +05:30
rodzic 5a080ee37a
commit 9356d6af3f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -4,3 +4,4 @@
COMPONENT_ADD_INCLUDEDIRS := cJSON
COMPONENT_SRCDIRS := cJSON
COMPONENT_SUBMODULES := cJSON
COMPONENT_OBJS := cJSON/cJSON.o cJSON/cJSON_Utils.o