1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Add ZipFile

This commit is contained in:
Brian Fiete 2022-04-16 09:00:23 -07:00
parent f49b1b5cf9
commit 00f663f6cc

View file

@ -299,6 +299,7 @@ file(GLOB SRC_FILES
util/UTF8.cpp
util/WorkThread.cpp
util/Vector.cpp
util/ZipFile.cpp
)
if (${APPLE})