mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +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.
4 lines
107 B
Text
4 lines
107 B
Text
declare_args() {
|
|
# Select whether to build with Vulkan support
|
|
enable_vulkan = current_os == "linux"
|
|
}
|