aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan <35282710+nazame@users.noreply.github.com>2020-08-18 17:40:09 -0600
committerGitHub <noreply@github.com>2020-08-18 16:40:09 -0700
commit0e60bcd44f5e58d76b5d9aa3fd67931122abe14c (patch)
tree5b910b3be1908a0b1ed8ae7eb37a6def79d0a4ce
parentb4e4854b87a556924c6b6948bd07f711e3f978ed (diff)
downloadvcpkg-0e60bcd44f5e58d76b5d9aa3fd67931122abe14c.tar.gz
vcpkg-0e60bcd44f5e58d76b5d9aa3fd67931122abe14c.zip
[7zip] Resolve issue #12898 (#12899)
Co-authored-by: Nathan Mercer <nmercer@intermap.com>
-rw-r--r--ports/7zip/CMakeLists.txt10
-rw-r--r--ports/7zip/CONTROL1
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.