VolumeVerifier: Add zip support for datfile

This commit is contained in:
JosJuice
2019-08-23 22:38:44 +02:00
parent 22933d8502
commit 3eb360b818
8 changed files with 92 additions and 46 deletions

View File

@ -45,6 +45,7 @@ add_library(discio
target_link_libraries(discio
PRIVATE
minizip
pugixml
ZLIB::ZLIB
)