From 4b6be1161b977a71a35217c906ce7224e84a169a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 10 Mar 2020 00:30:02 +0100 Subject: Windows: Add missing libzip file to the build project --- src/Common/Zip.vcxproj | 1 + src/Common/Zip.vcxproj.filters | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/Common/Zip.vcxproj b/src/Common/Zip.vcxproj index 746f771d..086657b5 100644 --- a/src/Common/Zip.vcxproj +++ b/src/Common/Zip.vcxproj @@ -81,6 +81,7 @@ + diff --git a/src/Common/Zip.vcxproj.filters b/src/Common/Zip.vcxproj.filters index fa83631a..f274e809 100644 --- a/src/Common/Zip.vcxproj.filters +++ b/src/Common/Zip.vcxproj.filters @@ -360,6 +360,9 @@ libzip + + libzip + -- cgit v1.2.3