annotate src/capnproto-0.6.0/c++/capnp-json.pc.in @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 45360b968bf4
children
rev   line source
cannam@147 1 prefix=@prefix@
cannam@147 2 exec_prefix=@exec_prefix@
cannam@147 3 libdir=@libdir@
cannam@147 4 includedir=@includedir@
cannam@147 5
cannam@147 6 Name: Cap'n Proto JSON
cannam@147 7 Description: JSON encoder and decoder for Cap'n Proto objects
cannam@147 8 Version: @VERSION@
cannam@147 9 Libs: -L${libdir} -lcapnp-json
cannam@147 10 Requires: capnp = @VERSION@ kj = @VERSION@
cannam@147 11 Cflags: -I${includedir}