1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:17:35 +00:00

Meta: Port f1b79e0cd3 to gn build

This commit is contained in:
Andrew Kaster 2023-10-30 12:56:56 -06:00 committed by Ali Mohammad Pur
parent 2148b89d95
commit 26a5d84d91

View file

@ -135,6 +135,7 @@ source_set("AK") {
"SinglyLinkedList.h", "SinglyLinkedList.h",
"SinglyLinkedListSizePolicy.h", "SinglyLinkedListSizePolicy.h",
"SipHash.h", "SipHash.h",
"Slugify.h",
"SourceGenerator.h", "SourceGenerator.h",
"SourceLocation.h", "SourceLocation.h",
"Span.h", "Span.h",
@ -211,6 +212,7 @@ source_set("sources") {
"OptionParser.cpp", "OptionParser.cpp",
"Random.cpp", "Random.cpp",
"SipHash.cpp", "SipHash.cpp",
"Slugify.cpp",
"StackInfo.cpp", "StackInfo.cpp",
"Stream.cpp", "Stream.cpp",
"String.cpp", "String.cpp",