mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
Meta: Add third-party libraries to gn build with vcpkg install script
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.
This commit is contained in:
parent
aa1bf3e8a4
commit
6ee1afc9c0
Notes:
github-actions[bot]
2024-09-27 16:17:09 +00:00
Author: https://github.com/ADKaster
Commit: 6ee1afc9c0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1515
Reviewed-by: https://github.com/nico
Reviewed-by: https://github.com/trflynn89
23 changed files with 457 additions and 8 deletions
5
Meta/gn/build/libs/sqlite3/BUILD.gn
Normal file
5
Meta/gn/build/libs/sqlite3/BUILD.gn
Normal file
|
@ -0,0 +1,5 @@
|
|||
import("//Meta/gn/build/libs/third_party.gni")
|
||||
|
||||
third_party_dependency("sqlite3") {
|
||||
libs = [ "sqlite3" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue