mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Add OpenSSL with vcpkg and link with LibCrypto using CMake. Also added a placeholder GN setup.
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
import("//Meta/gn/build/libs/third_party.gni")
|
|
|
|
third_party_dependency("openssl") {
|
|
libs = [ "openssl" ]
|
|
}
|