rename cmake_support directory to cmake
This commit is contained in:
parent
f9823ddf94
commit
03de31972c
10 changed files with 8 additions and 8 deletions
12
cmake/portaudio-2.0.pc.in
Normal file
12
cmake/portaudio-2.0.pc.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: PortAudio
|
||||
Description: Portable audio I/O
|
||||
Requires:
|
||||
Version: @PA_PKGCONFIG_VERSION@
|
||||
|
||||
Libs: -L${libdir} -lportaudio @PA_PKGCONFIG_LDFLAGS@
|
||||
Cflags: -I${includedir} @PA_PKGCONFIG_CFLAGS@
|
||||
Loading…
Reference in a new issue