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

LibCore: Add CDirIterator, and use it in everything rather than readdir

This commit is contained in:
Robin Burchell 2019-05-27 09:26:54 +02:00 committed by Andreas Kling
parent f352a5094d
commit 9d2b08e06e
9 changed files with 152 additions and 55 deletions

View file

@ -18,7 +18,8 @@ OBJS = \
CEventLoop.o \
CConfigFile.o \
CEvent.o \
CProcessStatisticsReader.o
CProcessStatisticsReader.o \
CDirIterator.o
LIBRARY = libcore.a
DEFINES += -DUSERLAND