Skip to content

Commit

Permalink
[Windows] Siv3D ライブラリビルド時 vcpkg 無効化 #1062
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Aug 18, 2023
1 parent 6420842 commit 824b1fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WindowsDesktop/Siv3D.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2946,6 +2946,9 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Label="Vcpkg">
<VcpkgEnabled>false</VcpkgEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>..\Siv3D\include;..\Siv3D\include\ThirdParty;..\Siv3D\src;..\Siv3D\src\Siv3D-Platform\WindowsDesktop;..\Siv3D\src\Siv3D-Platform\OpenGL4;..\Siv3D\src\ThirdParty;..\Siv3D\src\ThirdParty\freetype;..\Siv3D\src\ThirdParty\soloud/include;..\Siv3D\src\ThirdParty-prebuilt;..\Dependencies\boost_1_74_0;$(IncludePath)</IncludePath>
Expand Down

0 comments on commit 824b1fa

Please sign in to comment.