1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

LibCore: Add Resource for platform agnostic application resource loading

The first implementation is simply raw files.
This commit is contained in:
Andrew Kaster 2023-10-02 14:36:53 -06:00 committed by Andrew Kaster
parent f4a89c31c6
commit 0d417cd604
8 changed files with 393 additions and 0 deletions

View file

@ -21,6 +21,9 @@ set(SOURCES
Notifier.cpp
Process.cpp
ProcessStatisticsReader.cpp
Resource.cpp
ResourceImplementation.cpp
ResourceImplementationFile.cpp
SecretString.cpp
SessionManagement.cpp
Socket.cpp