1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-24 15:42:07 +00:00
cJSON/library_config/libcjson_utils.pc.in
2020-04-30 12:45:10 +02:00

11 lines
351 B
PkgConfig

libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: libcjson_utils
Version: @PROJECT_VERSION@
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