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

LibCore: Add a gzip implementation

This commit is contained in:
Marcel Schneider 2019-11-09 18:29:50 +01:00 committed by Andreas Kling
parent 07806d1273
commit 4fe5503b17
3 changed files with 134 additions and 1 deletions

View file

@ -23,7 +23,8 @@ OBJS = \
CEvent.o \
CProcessStatisticsReader.o \
CDirIterator.o \
CUserInfo.o
CUserInfo.o \
CGzip.o
LIBRARY = libcore.a
DEFINES += -DUSERLAND