capnp-rpc.pc.in 272 Bytes
Newer Older
Kenton Varda's avatar
Kenton Varda committed
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
Kenton Varda's avatar
Kenton Varda committed
3 4 5 6 7 8
libdir=@libdir@
includedir=@includedir@

Name: Cap'n Proto RPC
Description: Fast object-oriented RPC system
Version: @VERSION@
9 10
Libs: -L${libdir} -lcapnp-rpc
Requires: capnp = @VERSION@ kj-async = @VERSION@
Kenton Varda's avatar
Kenton Varda committed
11
Cflags: -I${includedir}