cJSON/libcjson_utils.pc.in

12 lines
319 B
PkgConfig
Raw Normal View History

2016-11-05 08:57:14 +00:00
prefix=@prefix@
libdir=${prefix}/@libdir@
includedir=${prefix}/@includedir@
2016-11-05 08:57:14 +00:00
Name: libcjson_utils
Version: @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}
Requires: libcjson