Commit Graph
2 Commits
Author SHA1 Message Date
Dominik BernerandBogDan Vatra 5dece53f62 Set OPENSSL_ROOT_DIR for cmake if not set
This will allow people to use find_package(OpenSSL) in their root CMakeLists.txt
after including the cmake files
2023-11-28 11:05:43 +02:00
AdamandGitHub 8df104940f Add a CMake function to include the OpenSSL libs for specific targets (#48)
Changes include:
* Rename CMakeLists.txt to android_openssl.cmake
* Move the CMake code into a function android_add_openssl_to_targets(), so that the caller can decide what targets get the OpenSSL libs
* update README
2023-06-20 19:56:20 +03:00