From 546f740772cd328f46400d9666d8f24dede4fe23 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 23 Jun 2024 08:15:58 -0400 Subject: [PATCH] LibCore: Reduce the size of LibCoreMinimal slightly A couple of files no longer needed after forking from Serenity and removing a bunch of code generators. --- Userland/Libraries/LibCore/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Userland/Libraries/LibCore/CMakeLists.txt b/Userland/Libraries/LibCore/CMakeLists.txt index a9de2f8de9e..565fd788ad1 100644 --- a/Userland/Libraries/LibCore/CMakeLists.txt +++ b/Userland/Libraries/LibCore/CMakeLists.txt @@ -2,13 +2,11 @@ # LibCore to depend on generated sources. set(SOURCES ArgsParser.cpp - ConfigFile.cpp Directory.cpp DirectoryEntry.cpp DirIterator.cpp Environment.cpp File.cpp - SessionManagement.cpp StandardPaths.cpp System.cpp Version.cpp @@ -19,6 +17,7 @@ serenity_lib(LibCoreMinimal coreminimal) set(SOURCES AnonymousBuffer.cpp Command.cpp + ConfigFile.cpp DateTime.cpp ElapsedTimer.cpp Event.cpp @@ -37,6 +36,7 @@ set(SOURCES ResourceImplementation.cpp ResourceImplementationFile.cpp SecretString.cpp + SessionManagement.cpp Socket.cpp SOCKSProxyClient.cpp SystemServerTakeover.cpp