mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Move library tree where it belongs
This commit is contained in:
10
lib-src/libvamp/pkgconfig/vamp-sdk.pc.in
Normal file
10
lib-src/libvamp/pkgconfig/vamp-sdk.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=%PREFIX%
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: vamp-sdk
|
||||
Version: 2.0.0
|
||||
Description: Development library for Vamp audio analysis plugins
|
||||
Libs: -L${libdir} -lvamp-sdk
|
||||
Cflags: -I${includedir}
|
Reference in New Issue
Block a user