openssl-cmake icon indicating copy to clipboard operation
openssl-cmake copied to clipboard

How to use the prebuilt binary in gradle project ?

Open dimaslanjaka opened this issue 5 months ago • 1 comments

Because of https://github.com/viaduck/openssl-cmake/issues/16 I cannot build openssl from source, so can you add documentation how to use the prebuilt ?

i want bind openssl and crypto to my cpp.

add_library(native-lib SHARED main/cpp/native-lib.cpp)

target_link_libraries(native-lib crypto ssl android log)

dimaslanjaka avatar Mar 14 '24 03:03 dimaslanjaka