mirror of
https://github.com/izzy2lost/android_openssl.git
synced 2026-06-19 01:20:12 -07:00
Add further information about usage in CMake
This commit is contained in:
committed by
BogDan Vatra
parent
e92fea4e40
commit
9829f83a35
@@ -17,7 +17,7 @@ To add OpenSSL in your QMake project, append the following to your `.pro` projec
|
||||
android: include(<path/to/android_openssl/openssl.pri)
|
||||
```
|
||||
|
||||
To add OpenSSL in your CMake project, append the following to your project's `CMakeLists.txt` file:
|
||||
To add OpenSSL in your CMake project, append the following to your project's `CMakeLists.txt` file, anywhere before the find_package() call for Qt5 modules:
|
||||
|
||||
```
|
||||
if (ANDROID)
|
||||
|
||||
Reference in New Issue
Block a user