mirror of https://github.com/mackron/miniaudio.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
436 B
PkgConfig
16 lines
436 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=@MINIAUDIO_PC_INCLUDEDIR@
|
|
libdir=@MINIAUDIO_PC_LIBDIR@
|
|
|
|
Name: miniaudio
|
|
Description: An audio playback and capture library.
|
|
URL: https://miniaud.io/
|
|
License: Unlicense OR MIT-0
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Requires.private: @MINIAUDIO_PC_REQUIRES_PRIVATE@
|
|
Cflags: -I${includedir} @MINIAUDIO_PC_CFLAGS@
|
|
Libs: -L${libdir} -lminiaudio
|
|
Libs.private: @MINIAUDIO_PC_LIBS_PRIVATE@
|