mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
acdc823534
* [libmad] Add dynamic building * Update version * Fix version * Fixes to use vcpkg concepts * Update version * change to mad * Update version * PR fixes * Update version * Add version * Update version
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}
|