add & install pkgconfig file

This commit is contained in:
David Lamparter 2016-03-19 00:26:58 +01:00
parent 00eaeeb936
commit 3f9141616b
4 changed files with 19 additions and 0 deletions

12
c-capnproto.pc.in Normal file
View file

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
bindir=@bindir@
includedir=@includedir@
codegen=${bindir}/capnpc-c
Name: c-capnproto
Description: Cap'n Proto C bindings
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lcapnp_c
Cflags: -I${includedir}