| 12345678910 | libdir=@CMAKE_INSTALL_FULL_LIBDIR@includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@Name: libcjson_utilsVersion: @PROJECT_VERSION@Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.URL: https://github.com/DaveGamble/cJSONLibs: -L${libdir} -lcjson_utilsCflags: -I${includedir}Requires: libcjson
 |