mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 16:47:45 +00:00
Meta: Add Serenity Kernel to gn build
This commit is contained in:
parent
f4e37c8ad4
commit
0acd87954b
9 changed files with 1169 additions and 0 deletions
|
@ -11,6 +11,10 @@ group("default") {
|
|||
testonly = true
|
||||
}
|
||||
|
||||
group("serenity") {
|
||||
deps = [ "//Kernel(//Meta/gn/build/toolchain:serenity)" ]
|
||||
}
|
||||
|
||||
# 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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue