BachelorWork/appendixes/BC_ZK/openssl/lib/pkgconfig/libssl.pc

12 lines
287 B
PkgConfig
Raw Normal View History

2021-05-24 20:44:55 +00:00
prefix=C:/Windows/System32/OpenSSL
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: OpenSSL-libssl
Description: Secure Sockets Layer and cryptography libraries
Version: 1.1.1k
Requires.private: libcrypto
Libs: -L${libdir} -lssl
Cflags: -I${includedir}