Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cJSON
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
cJSON
Commits
453d755b0ef1
Commit
453d755b0ef1
authored
5 years ago
by
Alan Wang
Browse files
Options
Downloads
Plain Diff
Merge pull request #469 from moorthy-bs/master
pkgconfig: cjson include dir added
parents
61e629abfc1a
79c2823a9840
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
library_config/libcjson.pc.in
+1
-1
1 addition, 1 deletion
library_config/libcjson.pc.in
library_config/libcjson_utils.pc.in
+1
-1
1 addition, 1 deletion
library_config/libcjson_utils.pc.in
with
2 additions
and
2 deletions
library_config/libcjson.pc.in
+
1
−
1
View file @
453d755b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
library_config/libcjson_utils.pc.in
+
1
−
1
View file @
453d755b
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment