2018-02-06 10:24:03 +00:00
|
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
2016-11-05 08:57:14 +00:00
|
|
|
|
|
|
|
Name: libcjson_utils
|
2018-02-06 10:24:03 +00:00
|
|
|
Version: @PROJECT_VERSION@
|
2016-11-05 08:57:14 +00:00
|
|
|
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
|
2016-11-06 07:55:47 +00:00
|
|
|
URL: https://github.com/DaveGamble/cJSON
|
2016-11-05 08:57:14 +00:00
|
|
|
Libs: -L${libdir} -lcjson_utils
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
Requires: libcjson
|