mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-08 20:22:55 +00: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.
5 lines
109 B
Text
5 lines
109 B
Text
import("//Meta/gn/build/libs/third_party.gni")
|
|
|
|
third_party_dependency("sqlite3") {
|
|
libs = [ "sqlite3" ]
|
|
}
|