capnp.pc.in 359 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
Description: Insanely fast serialization system
Version: @VERSION@
9
Libs: -L${libdir} -lcapnp @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ @STDLIB_FLAG@
Kenton Varda's avatar
Kenton Varda committed
10
Libs.private: @LIBS@
11
Requires: kj = @VERSION@
12
Cflags: -I${includedir} @PTHREAD_CFLAGS@ @STDLIB_FLAG@ @CAPNP_LITE_FLAG@