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.
This commit is contained in:
Timothy Flynn 2024-06-23 08:15:58 -04:00 committed by Andreas Kling
commit 546f740772
Notes: sideshowbarker 2024-07-16 21:34:08 +09:00

View file

@ -2,13 +2,11 @@
# LibCore to depend on generated sources. # LibCore to depend on generated sources.
set(SOURCES set(SOURCES
ArgsParser.cpp ArgsParser.cpp
ConfigFile.cpp
Directory.cpp Directory.cpp
DirectoryEntry.cpp DirectoryEntry.cpp
DirIterator.cpp DirIterator.cpp
Environment.cpp Environment.cpp
File.cpp File.cpp
SessionManagement.cpp
StandardPaths.cpp StandardPaths.cpp
System.cpp System.cpp
Version.cpp Version.cpp
@ -19,6 +17,7 @@ serenity_lib(LibCoreMinimal coreminimal)
set(SOURCES set(SOURCES
AnonymousBuffer.cpp AnonymousBuffer.cpp
Command.cpp Command.cpp
ConfigFile.cpp
DateTime.cpp DateTime.cpp
ElapsedTimer.cpp ElapsedTimer.cpp
Event.cpp Event.cpp
@ -37,6 +36,7 @@ set(SOURCES
ResourceImplementation.cpp ResourceImplementation.cpp
ResourceImplementationFile.cpp ResourceImplementationFile.cpp
SecretString.cpp SecretString.cpp
SessionManagement.cpp
Socket.cpp Socket.cpp
SOCKSProxyClient.cpp SOCKSProxyClient.cpp
SystemServerTakeover.cpp SystemServerTakeover.cpp