libcjson_utils.pc.in 329 字节
Newer Older
1 2
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
M
Max Bruckner 已提交
3 4

Name: libcjson_utils
5
Version: @PROJECT_VERSION@
M
Max Bruckner 已提交
6
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
7
URL: https://github.com/DaveGamble/cJSON
M
Max Bruckner 已提交
8 9 10
Libs: -L${libdir} -lcjson_utils
Cflags: -I${includedir}
Requires: libcjson