capnp-json.pc.in 285 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
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
10
Requires: capnp = @VERSION@ kj = @VERSION@
11
Cflags: -I${includedir}