(Windows) Added a missing libgit2 library file when building using MSVC

This commit is contained in:
Leon Styhre 2023-03-21 23:25:25 +01:00
parent f110c097a2
commit b5d1dfe8ef

View file

@ -63,6 +63,7 @@ if exist CMakeCache.txt (
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=OFF ..
nmake
copy /Y git2.dll ..\..\..\
copy /Y git2.lib ..\..\..\
cd ..\..
echo: