moved trunk into place
This commit is contained in:
commit
c1e1d067d2
260 changed files with 96276 additions and 0 deletions
12
bindings/cpp/portaudiocpp.pc.in
Normal file
12
bindings/cpp/portaudiocpp.pc.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: PortAudioCpp
|
||||
Description: Portable audio I/O C++ bindings
|
||||
Version: 12
|
||||
Requires: portaudio-2.0
|
||||
|
||||
Libs: -L${libdir} -lportaudiocpp
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Reference in a new issue