11 lines
320 B
PkgConfig
11 lines
320 B
PkgConfig
libdir=/opt/libcjson/lib
|
|
includedir=/opt/libcjson/include
|
|
|
|
Name: libcjson_utils
|
|
Version: 1.7.18
|
|
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
|
|
URL: https://github.com/DaveGamble/cJSON
|
|
Libs: -L${libdir} -lcjson_utils
|
|
Cflags: -I${includedir} -I${includedir}/cjson
|
|
Requires: libcjson
|