comparison src/capnproto-0.6.0/c++/capnp-json.pc.in @ 147:45360b968bf4

Cap'n Proto v0.6 + build for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 22 May 2017 10:01:37 +0100
parents
children
comparison
equal deleted inserted replaced
146:206f0eb279b8 147:45360b968bf4
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Cap'n Proto JSON
7 Description: JSON encoder and decoder for Cap'n Proto objects
8 Version: @VERSION@
9 Libs: -L${libdir} -lcapnp-json
10 Requires: capnp = @VERSION@ kj = @VERSION@
11 Cflags: -I${includedir}