From 26a5d84d91914832de6acfde3be89f71d9311c49 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Mon, 30 Oct 2023 12:56:56 -0600 Subject: [PATCH] Meta: Port f1b79e0cd30b9f55275eeb73ac766433f98ef227 to gn build --- Meta/gn/secondary/AK/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Meta/gn/secondary/AK/BUILD.gn b/Meta/gn/secondary/AK/BUILD.gn index 83b3ddf294..13d79c0bec 100644 --- a/Meta/gn/secondary/AK/BUILD.gn +++ b/Meta/gn/secondary/AK/BUILD.gn @@ -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",