* Add install target
This commit is contained in:
10
rubberband.pc.in
Normal file
10
rubberband.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=%PREFIX%
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: rubberband
|
||||
Version: 1.0
|
||||
Description:
|
||||
Libs: -L${libdir} -lrubberband
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user