From b882d8c240a1667a820adb703d3f7c84dfcd61c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 23 Feb 2017 23:02:52 +0300 Subject: Add support for parsing zip archives. Also add unit tests for test it. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6c9b56543..2b53079f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -561,6 +561,9 @@ BASE_SRC += events/actionevent.h \ fs/virtlist.h \ fs/virtfs.cpp \ fs/virtfs.h \ + fs/zip.cpp \ + fs/zip.h \ + fs/ziplocalheader.h \ utils/process.cpp \ utils/process.h \ utils/sdl2helper.cpp \ @@ -1924,6 +1927,7 @@ manaplustests_SOURCES = ${SRC} \ utils/dumplibs_unittest.cc \ utils/checkutils_unittest.cc \ fs/virtfs_unittest.cc \ + fs/zip_unittest.cc \ fs/virtfsdir_unittest.cc \ utils/xml_unittest.cc \ utils/timer_unittest.cc \ -- cgit v1.2.3-60-g2f50