ladybird/Meta/gn/build/libs/openssl/BUILD.gn
devgianlu 002a93a33c LibCrypto: Link with OpenSSL
Add OpenSSL with vcpkg and link with LibCrypto using CMake.

Also added a placeholder GN setup.
2024-12-22 18:53:45 +01:00

5 lines
109 B
Text

import("//Meta/gn/build/libs/third_party.gni")
third_party_dependency("openssl") {
libs = [ "openssl" ]
}