mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +00:00
Add OpenSSL with vcpkg and link with LibCrypto using CMake. Also added a placeholder GN setup.
5 lines
109 B
Text
5 lines
109 B
Text
import("//Meta/gn/build/libs/third_party.gni")
|
|
|
|
third_party_dependency("openssl") {
|
|
libs = [ "openssl" ]
|
|
}
|