12 lines
299 B
PkgConfig
12 lines
299 B
PkgConfig
prefix=C:/ttt/ImageUtils/.CondaPkg/env/Library
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenSSL-libssl
|
|
Description: Secure Sockets Layer and cryptography libraries
|
|
Libs: -L"${libdir}" -llibssl
|
|
Requires: libcrypto
|
|
Cflags: -I"${includedir}"
|
|
Version: 3.1.0
|