1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 16:47:45 +00:00

Meta: Add gn build for the MacPDF application

This commit is contained in:
Andrew Kaster 2023-10-20 10:21:11 -06:00 committed by Andrew Kaster
parent 967ccd2be8
commit 4522c82459
3 changed files with 147 additions and 0 deletions

View file

@ -15,6 +15,12 @@ group("serenity") {
deps = [ "//Kernel(//Meta/gn/build/toolchain:serenity)" ]
}
group("macpdf") {
if (current_os == "mac") {
deps = [ "//Meta/Lagom/Contrib/MacPDF" ]
}
}
# A pool called "console" in the root BUILD.gn is magic and represents ninja's
# built-in console pool. (Requires a GN with `gn --version` >= 552353.)
pool("console") {