mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 07:01:37 +08:00
11 lines
206 B
PkgConfig
11 lines
206 B
PkgConfig
|
prefix=@PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: mad
|
||
|
Description: MPEG audio decoder library
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lmad
|
||
|
Cflags: -I${includedir}
|