1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:27:36 +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:
Andrew Kaster 2023-03-28 06:43:12 -06:00 committed by Andrew Kaster
parent 4a9a1d1656
commit 4bfb146181
19 changed files with 1225 additions and 0 deletions

4
.gn Normal file
View file

@ -0,0 +1,4 @@
buildconfig = "//Meta/gn/build/BUILDCONFIG.gn"
exec_script_whitelist = []
script_executable = "python3"
secondary_source = "//Meta/gn/secondary/"