1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-06 20:49:29 +03:00
Files
libssh2/cmake
Viktor Szakats 9f217a17f6 cmake: add wolfSSL support (#817)
Implement wolfSSL support for libssh2 when building with CMake.

Configuration example from curl-for-win:
```
-DCRYPTO_BACKEND=wolfSSL
-DWOLFSSL_LIBRARY=/path-to/wolfssl/lib/libwolfssl.a
-DWOLFSSL_INCLUDE_DIR=/path-to/wolfssl/include
```

Module `cmake/Findwolfssl.cmake` copied from:
  e4d920c4b7/cmake/Findwolfssl.cmake
via commit:
  296396d373
by Stefan Eissing
2023-03-08 09:34:37 +01:00
..