VolumeVerifier: Add datfile parsing

This commit is contained in:
JosJuice
2019-08-23 13:20:09 +02:00
parent 88522b7a26
commit 22933d8502
9 changed files with 353 additions and 40 deletions

View File

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