mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:07:46 +00:00
Meta: Port recent changes to the GN build
d125d16287
60c3a1a77b
4364a28d3d
271c9d1ae9
This commit is contained in:
parent
1294cfb55c
commit
b81a6cfe1d
5 changed files with 24 additions and 0 deletions
|
@ -146,6 +146,7 @@ source_set("AK") {
|
|||
"StdLibExtras.h",
|
||||
"Stream.h",
|
||||
"String.h",
|
||||
"StringBase.h",
|
||||
"StringBuilder.h",
|
||||
"StringFloatingPointConversions.h",
|
||||
"StringHash.h",
|
||||
|
@ -216,6 +217,7 @@ source_set("sources") {
|
|||
"StackInfo.cpp",
|
||||
"Stream.cpp",
|
||||
"String.cpp",
|
||||
"StringBase.cpp",
|
||||
"StringBuilder.cpp",
|
||||
"StringFloatingPointConversions.cpp",
|
||||
"StringImpl.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue