USB_Config_Vendor/CC_SDK/Environment/openssl-cmake/openssl.pc.in.cmake

11 lines
259 B
CMake
Raw Permalink Normal View History

2026-02-03 14:36:30 +08:00
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@