mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
13224dcaaa
* [snappy] fix correct lib name in snappy.pc file * update version
10 lines
217 B
PkgConfig
10 lines
217 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: @name@
|
|
Description: @description@
|
|
Version: @version@
|
|
Libs: -L${libdir} -l@name@
|
|
Cflags: -I${includedir} |