Add wxLZMAInputStream for decompressing data in XZ format

No compression support yet.
This commit is contained in:
Vadim Zeitlin
2018-03-29 23:25:18 +02:00
parent 311b2aee5f
commit af7e2901fe
16 changed files with 428 additions and 0 deletions

View File

@@ -458,6 +458,7 @@ set(BASE_CMN_SRC
src/common/zstream.cpp
src/common/fswatchercmn.cpp
src/generic/fswatcherg.cpp
src/common/lzmastream.cpp
)
set(BASE_AND_GUI_CMN_SRC
@@ -633,6 +634,7 @@ set(BASE_CMN_HDR
wx/meta/removeref.h
wx/fswatcher.h
wx/generic/fswatcher.h
wx/lzmastream.h
)
set(NET_UNIX_SRC