Distribution_Service/CC_SDK/Environment/openssl-cmake/openssl.pc.in.cmake
2025-11-11 17:46:19 +08:00

11 lines
259 B
CMake

prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/@libdir@
includedir=${prefix}/@includedir@
Name: OpenSSL
Description: Secure Sockets Layer and cryptography libraries and tools
Version: @VERSION_STRING@
Libs: -L${libdir} -l@libssl@ -l@libcrypto@