annotate src/capnproto-0.6.0/c++/capnp-json.pc.in @ 84:08ae793730bd

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