Add gl_hooks_vrapi.cpp to VS project

This commit is contained in:
baldurk
2017-10-27 17:35:56 +01:00
parent bc8aea585d
commit 0eaf89ae02
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -144,6 +144,9 @@
<ClCompile Include="gl_hooks_linux_shared.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="gl_hooks_vrapi.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="gl_hooks_win32.cpp" />
<ClCompile Include="gl_manager.cpp" />
<ClCompile Include="gl_renderstate.cpp" />
@@ -212,5 +212,8 @@
<ClCompile Include="precompiled.cpp">
<Filter>PCH</Filter>
</ClCompile>
<ClCompile Include="gl_hooks_vrapi.cpp">
<Filter>OS\EGL</Filter>
</ClCompile>
</ItemGroup>
</Project>