Skip to content

Commit

Permalink
Update otclient.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Dec 20, 2024
1 parent 7e4d3b5 commit c2c9114
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vc17/otclient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,13 @@
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
<VcpkgAutoLink>true</VcpkgAutoLink>
<VcpkgInstalledDir>vcpkg_installed</VcpkgInstalledDir>
<VcpkgInstalledDir>
</VcpkgInstalledDir>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<VcpkgTriplet>x86-windows</VcpkgTriplet>
<VcpkgInstalledDir>vcpkg_installed</VcpkgInstalledDir>
<VcpkgInstalledDir>
</VcpkgInstalledDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Vcpkg">
<VcpkgTriplet>x64-windows</VcpkgTriplet>
Expand Down

0 comments on commit c2c9114

Please sign in to comment.