diff options
| -rw-r--r-- | ports/7zip/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | ports/7zip/CONTROL | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ports/7zip/CMakeLists.txt b/ports/7zip/CMakeLists.txt index 7e93a3bf0..4ed900584 100644 --- a/ports/7zip/CMakeLists.txt +++ b/ports/7zip/CMakeLists.txt @@ -108,6 +108,7 @@ set(SRC_C C/Lzma2Enc.c
C/LzmaDec.c
C/LzmaEnc.c
+ C/LzmaLib.c
C/MtCoder.c
C/MtDec.c
C/Ppmd7.c
@@ -311,6 +312,7 @@ add_library(7zip ${SRC_CRYPTO}
${SRC_C}
CPP/7zip/Archive/Archive2.def
+ C/Util/LzmaLib/LzmaLib.def
)
target_compile_definitions(7zip
@@ -334,6 +336,14 @@ target_include_directories(7zip set(PUBLIC_HEADERS
C/7zTypes.h
+ C/Alloc.h
+ C/LzFind.h
+ C/LzFindMt.h
+ C/LzHash.h
+ C/LzmaDec.h
+ C/LzmaEnc.h
+ C/LzmaLib.h
+ C/Threads.h
CPP/7zip/Archive/IArchive.h
CPP/7zip/ICoder.h
CPP/7zip/IDecl.h
diff --git a/ports/7zip/CONTROL b/ports/7zip/CONTROL index 42cb47b34..73150ef44 100644 --- a/ports/7zip/CONTROL +++ b/ports/7zip/CONTROL @@ -1,3 +1,4 @@ Source: 7zip
Version: 19.00
+Port-Version: 1
Description: Library for archiving file with a high compression ratio.
|
