annotate src/capnproto-git-20161025/c++/capnp-json.pc.in @ 80:0b60a66de5e2

This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author Chris Cannam
date Thu, 31 Oct 2019 13:20:41 +0000
parents 9530b331f8c1
children
rev   line source
cannam@48 1 prefix=@prefix@
cannam@48 2 exec_prefix=@exec_prefix@
cannam@48 3 libdir=@libdir@
cannam@48 4 includedir=@includedir@
cannam@48 5
cannam@48 6 Name: Cap'n Proto JSON
cannam@48 7 Description: JSON encoder and decoder for Cap'n Proto objects
cannam@48 8 Version: @VERSION@
cannam@48 9 Libs: -L${libdir} -lcapnp-json
cannam@48 10 Requires: capnp = @VERSION@ kj-async = @VERSION@
cannam@48 11 Cflags: -I${includedir}