From 0e60bcd44f5e58d76b5d9aa3fd67931122abe14c Mon Sep 17 00:00:00 2001 From: Nathan <35282710+nazame@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:40:09 -0600 Subject: [7zip] Resolve issue #12898 (#12899) Co-authored-by: Nathan Mercer --- ports/7zip/CMakeLists.txt | 10 ++++++++++ ports/7zip/CONTROL | 1 + 2 files changed, 11 insertions(+) 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. -- cgit v1.2.3