mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
The vcpkg install is handled through an action to run vcpkg install with the private --x-install-root flag that their CMake toolchain file uses to install dependencies into a build-time directory.
10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
import("//Meta/gn/build/libs/third_party.gni")
|
|
|
|
third_party_dependency("icu") {
|
|
libs = [
|
|
"icui18n",
|
|
"icuuc",
|
|
"icudata",
|
|
]
|
|
}
|