cJSON/library_config/libcjson_utils.pc.in

11 lines
351 B
PkgConfig
Raw Normal View History

libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
2016-11-05 08:57:14 +00:00
Name: libcjson_utils
Version: @PROJECT_VERSION@
2016-11-05 08:57:14 +00:00
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
URL: https://github.com/DaveGamble/cJSON
2016-11-05 08:57:14 +00:00
Libs: -L${libdir} -lcjson_utils
Cflags: -I${includedir} -I${includedir}/cjson
2016-11-05 08:57:14 +00:00
Requires: libcjson