Generate pkg-config for Hammer
Create a pkg-config file and install it to $prefix/lib/pkgconfig
This commit is contained in:
parent
76b445ddb1
commit
f220524b5a
5 changed files with 30 additions and 2 deletions
10
libhammer.pc.in
Normal file
10
libhammer.pc.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: libhammer
|
||||
Description: The Hammer parsing library
|
||||
Version: 0.9.0
|
||||
Cflags: -I${includedir}/hammer
|
||||
Libs: -L${libdir} -lhammer
|
||||
Loading…
Add table
Add a link
Reference in a new issue