mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add gl_hooks_vrapi.cpp to VS project
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user