You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
capnproto/c++/pkgconfig/capnp-websocket.pc.in

12 lines
353 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Cap'n Proto WebSocket RPC
Description: WebSocket MessageStream for Cap'n Proto
Version: @VERSION@
Libs: -L${libdir} -lcapnp-websocket
Requires: capnp = @VERSION@ capnp-rpc = @VERSION@ kj = @VERSION@ kj-async = @VERSION@ kj-http = @VERSION@
Cflags: -I${includedir}