mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
6ee1afc9c0
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.
9 lines
140 B
Text
9 lines
140 B
Text
import("//Meta/gn/build/libs/third_party.gni")
|
|
|
|
third_party_dependency("icu") {
|
|
libs = [
|
|
"icui18n",
|
|
"icuuc",
|
|
"icudata",
|
|
]
|
|
}
|