add & install pkgconfig file
This commit is contained in:
parent
00eaeeb936
commit
3f9141616b
4 changed files with 19 additions and 0 deletions
12
c-capnproto.pc.in
Normal file
12
c-capnproto.pc.in
Normal 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue