mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00

* Tested and works on Windows, macOS, and Linux. * Fixes compatibility with macOS Ventura and bugfixes WASAPI and WDM-KS on Windows.
14 lines
385 B
PkgConfig
14 lines
385 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: PortAudio
|
|
Description: Portable audio I/O
|
|
Version: @CMAKE_PROJECT_VERSION@
|
|
|
|
Libs: -L${libdir} -lportaudio
|
|
Libs.private: @PKGCONFIG_LDFLAGS_PRIVATE@
|
|
Cflags: -I${includedir} @PKGCONFIG_CFLAGS@
|
|
Requires.private: @PKGCONFIG_REQUIRES_PRIVATE@
|