pkg-config: Add libcjson_utils.pc

This commit is contained in:
Max Bruckner
2016-11-05 15:57:14 +07:00
parent 40667455d3
commit 7226503e00
2 changed files with 15 additions and 0 deletions

11
libcjson_utils.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@prefix@
libdir=@libdir@
includedir=${prefix}/include/cJSON
version=@version@
Name: libcjson_utils
Version: ${version}
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
Libs: -L${libdir} -lcjson_utils
Cflags: -I${includedir}
Requires: libcjson