Meta: Port f1b79e0cd3
to gn build
This commit is contained in:
parent
2148b89d95
commit
26a5d84d91
Notes:
sideshowbarker
2024-07-16 22:58:46 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/26a5d84d91 Pull-request: https://github.com/SerenityOS/serenity/pull/21697 Reviewed-by: https://github.com/alimpfard ✅
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ source_set("AK") {
|
|||
"SinglyLinkedList.h",
|
||||
"SinglyLinkedListSizePolicy.h",
|
||||
"SipHash.h",
|
||||
"Slugify.h",
|
||||
"SourceGenerator.h",
|
||||
"SourceLocation.h",
|
||||
"Span.h",
|
||||
|
@ -211,6 +212,7 @@ source_set("sources") {
|
|||
"OptionParser.cpp",
|
||||
"Random.cpp",
|
||||
"SipHash.cpp",
|
||||
"Slugify.cpp",
|
||||
"StackInfo.cpp",
|
||||
"Stream.cpp",
|
||||
"String.cpp",
|
||||
|
|
Loading…
Add table
Reference in a new issue