mirror of
https://github.com/libssh2/libssh2.git
synced 2025-12-24 19:37:49 +03:00
@@ -6,14 +6,14 @@
|
||||
#
|
||||
# Input variables:
|
||||
#
|
||||
# - `LIBGCRYPT_INCLUDE_DIR`: The Libgcrypt include directory.
|
||||
# - `LIBGCRYPT_LIBRARY`: Path to `libgcrypt` library.
|
||||
# - `LIBGCRYPT_INCLUDE_DIR`: The Libgcrypt include directory.
|
||||
# - `LIBGCRYPT_LIBRARY`: Path to `libgcrypt` library.
|
||||
#
|
||||
# Defines:
|
||||
#
|
||||
# - `LIBGCRYPT_FOUND`: System has Libgcrypt.
|
||||
# - `LIBGCRYPT_VERSION`: Version of Libgcrypt.
|
||||
# - `libssh2::libgcrypt`: libgcrypt library target.
|
||||
# - `LIBGCRYPT_FOUND`: System has Libgcrypt.
|
||||
# - `LIBGCRYPT_VERSION`: Version of Libgcrypt.
|
||||
# - `libssh2::libgcrypt`: libgcrypt library target.
|
||||
|
||||
set(_libgcrypt_pc_requires "libgcrypt")
|
||||
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
#
|
||||
# Input variables:
|
||||
#
|
||||
# - `MBEDTLS_INCLUDE_DIR`: The mbedTLS include directory.
|
||||
# - `MBEDCRYPTO_LIBRARY`: Path to `mbedcrypto` library.
|
||||
# - `MBEDTLS_INCLUDE_DIR`: The mbedTLS include directory.
|
||||
# - `MBEDCRYPTO_LIBRARY`: Path to `mbedcrypto` library.
|
||||
#
|
||||
# Defines:
|
||||
#
|
||||
# - `MBEDTLS_FOUND`: System has mbedTLS.
|
||||
# - `MBEDTLS_VERSION`: Version of mbedTLS.
|
||||
# - `libssh2::mbedcrypto`: mbedcrypto library target.
|
||||
# - `MBEDTLS_FOUND`: System has mbedTLS.
|
||||
# - `MBEDTLS_VERSION`: Version of mbedTLS.
|
||||
# - `libssh2::mbedcrypto`: mbedcrypto library target.
|
||||
|
||||
set(_mbedtls_pc_requires "mbedcrypto")
|
||||
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
#
|
||||
# Input variables:
|
||||
#
|
||||
# - `WOLFSSL_INCLUDE_DIR`: The wolfSSL include directory.
|
||||
# - `WOLFSSL_LIBRARY`: Path to `wolfssl` library.
|
||||
# - `WOLFSSL_INCLUDE_DIR`: The wolfSSL include directory.
|
||||
# - `WOLFSSL_LIBRARY`: Path to `wolfssl` library.
|
||||
#
|
||||
# Defines:
|
||||
#
|
||||
# - `WOLFSSL_FOUND`: System has wolfSSL.
|
||||
# - `WOLFSSL_VERSION`: Version of wolfSSL.
|
||||
# - `libssh2::wolfssl`: wolfssl library target.
|
||||
# - `WOLFSSL_FOUND`: System has wolfSSL.
|
||||
# - `WOLFSSL_VERSION`: Version of wolfSSL.
|
||||
# - `libssh2::wolfssl`: wolfssl library target.
|
||||
|
||||
set(_wolfssl_pc_requires "wolfssl")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user