diff src/capnproto-git-20161025/c++/capnp-json.pc.in @ 48:9530b331f8c1

Add Cap'n Proto source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 11:17:01 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/capnproto-git-20161025/c++/capnp-json.pc.in	Tue Oct 25 11:17:01 2016 +0100
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Cap'n Proto JSON
+Description: JSON encoder and decoder for Cap'n Proto objects
+Version: @VERSION@
+Libs: -L${libdir} -lcapnp-json
+Requires: capnp = @VERSION@ kj-async = @VERSION@
+Cflags: -I${includedir}