pkg-config: Add libcjson_utils.pc

This commit is contained in:
Max Bruckner
2016-11-14 19:14:09 +07:00
parent 3d546c7036
commit aee8cb9231
2 changed files with 15 additions and 0 deletions
+11
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