1libdir=@CMAKE_INSTALL_FULL_LIBDIR@ 2includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ 3 4Name: libcjson_utils 5Version: @PROJECT_VERSION@ 6Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON. 7URL: https://github.com/DaveGamble/cJSON 8Libs: -L${libdir} -lcjson_utils 9Cflags: -I${includedir} -I${includedir}/cjson 10Requires: libcjson 11