ArchiveExtractor .Xz compression of tar-balls

Allow use of LibZLMA / XZ compressed tarballs, which are significantly
smaller. Extend unit-tests to cover this.
This commit is contained in:
James Turner
2021-01-09 16:30:50 +00:00
parent 14494afd2f
commit d4a7cb1ee2
8 changed files with 539 additions and 382 deletions
+1
View File
@@ -1,6 +1,7 @@
include(CMakeFindDependencyMacro)
find_dependency(ZLIB)
find_dependency(LibLZMA)
find_dependency(Threads)
find_dependency(CURL)