Skip to content
Snippets Groups Projects
Commit 79c2823a9840 authored by Moorthy's avatar Moorthy
Browse files

pkgconfig: cjson include dir added

fixed #468
parent fe0968269d46
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
URL: https://github.com/DaveGamble/cJSON URL: https://github.com/DaveGamble/cJSON
Libs: -L${libdir} -lcjson Libs: -L${libdir} -lcjson
Libs.private: -lm Libs.private: -lm
Cflags: -I${includedir} Cflags: -I${includedir} -I${includedir}/cjson
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON. Description: An implementation of JSON Pointer, Patch and Merge Patch based on cJSON.
URL: https://github.com/DaveGamble/cJSON URL: https://github.com/DaveGamble/cJSON
Libs: -L${libdir} -lcjson_utils Libs: -L${libdir} -lcjson_utils
Cflags: -I${includedir} Cflags: -I${includedir} -I${includedir}/cjson
Requires: libcjson Requires: libcjson
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment