mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:23:57 +08:00
10 lines
220 B
PkgConfig
10 lines
220 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: @name@
|
||
|
Description: @description@
|
||
|
Version: @version@
|
||
|
Libs: -L${libdir} -l@libname@
|
||
|
Cflags: -I${includedir}
|