vcpkg 静态链接
时间:2021-02-25 11:50:41
收藏:0
阅读:0
在项目文件中增加
<PropertyGroup Label="Globals"> <!-- .... --> <VcpkgTriplet Condition="‘$(Platform)‘==‘Win32‘">x86-windows-static</VcpkgTriplet> <VcpkgTriplet Condition="‘$(Platform)‘==‘x64‘">x64-windows-static</VcpkgTriplet> </PropertyGroup>
评论(0)