capnp-json.pc.in (285B)
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}