mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
1baf31a668
* Install openssl.pc * Add pc files for Windows * Use pkg-config friendly lib names without extension * Update versions
7 lines
140 B
PkgConfig
7 lines
140 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
Version: @OPENSSL_VERSION@
|
|
@pc_data@
|