fixup! vcpkg: get MSVC dependencies with vcpkg rather than nuget

We also have to copy the .dll files into t/helper/ so that the .exe
files in that directory work correctly.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2018-03-02 21:52:13 +01:00
parent b884481d26
commit fd017e51e6

View File

@@ -33,4 +33,7 @@ REM ================================================================
xcopy /e/s/v/y %inst%\bin\*.dll ..\..\
xcopy /e/s/v/y %inst%\bin\*.pdb ..\..\
xcopy /e/s/v/y %inst%\bin\*.dll ..\..\t\helper\
xcopy /e/s/v/y %inst%\bin\*.pdb ..\..\t\helper\
EXIT /B 0