Skip to content
Snippets Groups Projects
Commit 453d755b0ef1 authored by Alan Wang's avatar Alan Wang
Browse files

Merge pull request #469 from moorthy-bs/master

pkgconfig: cjson include dir added
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@
URL: https://github.com/DaveGamble/cJSON
Libs: -L${libdir} -lcjson
Libs.private: -lm
Cflags: -I${includedir}
Cflags: -I${includedir} -I${includedir}/cjson
......@@ -6,5 +6,5 @@
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}
Cflags: -I${includedir} -I${includedir}/cjson
Requires: libcjson
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment