Skip to content

Commit 75a70aa

Browse files
committed
LibOVRProxy: Use static vcpkg libraries.
1 parent bfd34a7 commit 75a70aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

LibOVRProxy/LibOVRProxy.vcxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,17 @@
9393
</PropertyGroup>
9494
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Nightly|Win32'">
9595
<VcpkgConfiguration>Release</VcpkgConfiguration>
96+
<VcpkgUseStatic>true</VcpkgUseStatic>
9697
</PropertyGroup>
9798
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Nightly|x64'">
9899
<VcpkgConfiguration>Release</VcpkgConfiguration>
100+
<VcpkgUseStatic>true</VcpkgUseStatic>
101+
</PropertyGroup>
102+
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
103+
<VcpkgUseStatic>true</VcpkgUseStatic>
104+
</PropertyGroup>
105+
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106+
<VcpkgUseStatic>true</VcpkgUseStatic>
99107
</PropertyGroup>
100108
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101109
<ClCompile>

0 commit comments

Comments
 (0)