mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 16:47:45 +00:00
Meta: Add the start of a gn build based on the LLVM gn build
"based on" in this context means "largely copied from"
This commit is contained in:
parent
4a9a1d1656
commit
4bfb146181
19 changed files with 1225 additions and 0 deletions
11
Meta/gn/secondary/BUILD.gn
Normal file
11
Meta/gn/secondary/BUILD.gn
Normal file
|
@ -0,0 +1,11 @@
|
|||
import("//Meta/gn/build/toolchain/compiler.gni")
|
||||
|
||||
group("default") {
|
||||
deps = [ "//Userland/Libraries/LibCore" ]
|
||||
}
|
||||
|
||||
# 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") {
|
||||
depth = 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue