vcpkg/ports/openssl/openssl.pc.in
Kai Pastor 1baf31a668
[openssl] Fix exported config (#20831)
* Install openssl.pc

* Add pc files for Windows

* Use pkg-config friendly lib names without extension

* Update versions
2021-10-26 22:48:21 -07:00

7 lines
140 B
PkgConfig

prefix=${pcfiledir}/../..
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Version: @OPENSSL_VERSION@
@pc_data@