mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +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
102 B
Plaintext
5 lines
102 B
Plaintext
declare_args() {
|
|
# Select whether to build with ffmpeg support in LibMedia
|
|
enable_ffmpeg = true
|
|
}
|