deps: Add liblmza

Used by the update module on windows.
This commit is contained in:
jp9000
2017-02-20 04:47:20 -08:00
parent f1aba65bbb
commit 54683c981a
162 changed files with 27405 additions and 0 deletions

1
deps/CMakeLists.txt vendored
View File

@@ -10,6 +10,7 @@ add_subdirectory(file-updater)
if(WIN32)
add_subdirectory(blake2)
add_subdirectory(lzma)
endif()
if(BUILD_CAPTIONS)