aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cpp/serdxx.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-06-16 10:26:47 -0400
committerDavid Robillard <d@drobilla.net>2021-03-08 23:36:35 -0500
commitdc5ccf0913fe716059bb633d8a183cbddc634a7a (patch)
treee2bd280213c648e6a4ff838bd344981f6a60bf4c /bindings/cpp/serdxx.pc.in
parent0c347c9701af4595a68bb37eb7c69b5db2d452f8 (diff)
downloadserd-dc5ccf0913fe716059bb633d8a183cbddc634a7a.tar.gz
serd-dc5ccf0913fe716059bb633d8a183cbddc634a7a.tar.bz2
serd-dc5ccf0913fe716059bb633d8a183cbddc634a7a.zip
WIP: Add C++ bindings
Diffstat (limited to 'bindings/cpp/serdxx.pc.in')
-rw-r--r--bindings/cpp/serdxx.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/bindings/cpp/serdxx.pc.in b/bindings/cpp/serdxx.pc.in
new file mode 100644
index 00000000..47b8bf11
--- /dev/null
+++ b/bindings/cpp/serdxx.pc.in
@@ -0,0 +1,10 @@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: Serdxx
+Version: @SERD_VERSION@
+Description: C++ bindings for serd, a lightweight RDF syntax library
+Requires: serd-@SERD_MAJOR_VERSION@
+Cflags: -I${includedir}/serdxx-@SERD_MAJOR_VERSION@