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

13 lines
321 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
enginesdir=${libdir}/engines-1_1
Name: OpenSSL-libcrypto
Description: OpenSSL cryptography library
Version: 1.1.1k
Libs: -L${libdir} -lcrypto
Libs.private: -lws2_32 -lgdi32 -lcrypt32
Cflags: -I${includedir}