libcjson_utils.pc.in 329 B

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