feat(cJSON): Update cJSON library to V1.7.6

Source: https://github.com/DaveGamble/cJSON.git
This commit is contained in:
zhangjunhao
2018-04-20 20:11:12 +08:00
parent 0e2445bfdb
commit 1dcf28de32
215 changed files with 32341 additions and 668 deletions

View File

@ -0,0 +1,10 @@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: libcjson
Version: @PROJECT_VERSION@
Description: Ultralightweight JSON parser in ANSI C
URL: https://github.com/DaveGamble/cJSON
Libs: -L${libdir} -lcjson
Libs.Private: -lm
Cflags: -I${includedir}