diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-02-20 00:26:50 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-02-20 00:26:50 +0000 |
commit | fb59ee93465e261491fa7714f3854eb775d676a5 (patch) | |
tree | a19f51a750c97e41cfb01587c78c2e4cb4c41a56 | |
parent | Modernize and tidy (diff) | |
download | libjsonpp-fb59ee93465e261491fa7714f3854eb775d676a5.tar.bz2 libjsonpp-fb59ee93465e261491fa7714f3854eb775d676a5.tar.xz libjsonpp-fb59ee93465e261491fa7714f3854eb775d676a5.zip |
Add a pkgconfig file
-rw-r--r-- | jsonpp.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jsonpp.pc.in b/jsonpp.pc.in new file mode 100644 index 0000000..3db54d1 --- /dev/null +++ b/jsonpp.pc.in @@ -0,0 +1,11 @@ +prefix=/usr +includedir=${prefix}/include +name=jsonpp + +Name: PN +Description: C++ JSON parser/writer +Version: PV +Requires: glibmm-2.4 +Libs: -l${name} +Cflags: -I${includedir} + |