Set vcpkg triplet

This commit is contained in:
Ted John 2018-03-03 11:46:08 +00:00 committed by Michał Janiszewski
parent 827aa30bd7
commit 3bbc34d841
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
<IntDir>$(SolutionDir)obj\$(ProjectName)\$(Configuration)_$(Platform)\</IntDir>
<TargetName>$(ProjectName)</TargetName>
<ShowAllFiles>true</ShowAllFiles>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<UseDebugLibraries>true</UseDebugLibraries>