mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 04:47:50 +08:00
12 lines
271 B
PkgConfig
12 lines
271 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: mit-krb5-gssapi
|
||
|
Description: Kerberos implementation of the GSSAPI
|
||
|
Version: @VERSION@
|
||
|
Requires.private: mit-krb5
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lgssapi64
|