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
parent 666979fb90
commit 546f740772
Notes: sideshowbarker 2024-07-16 21:34:08 +09:00

View File

@ -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