mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add new linux files to vcxproj
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
<ClInclude Include="gl_enum.h" />
|
||||
<ClInclude Include="gl_hookset.h" />
|
||||
<ClInclude Include="gl_hookset_defs.h" />
|
||||
<ClInclude Include="gl_hooks_linux_shared.h" />
|
||||
<ClInclude Include="gl_manager.h" />
|
||||
<ClInclude Include="gl_renderstate.h" />
|
||||
<ClInclude Include="gl_replay.h" />
|
||||
@@ -50,6 +51,9 @@
|
||||
<ClCompile Include="gl_hooks_linux.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="gl_hooks_linux_shared.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="gl_hooks_win32.cpp" />
|
||||
<ClCompile Include="gl_manager.cpp" />
|
||||
<ClCompile Include="gl_renderstate.cpp" />
|
||||
|
||||
@@ -60,6 +60,9 @@
|
||||
<ClInclude Include="gl_hookset.h">
|
||||
<Filter>Hookset</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="gl_hooks_linux_shared.h">
|
||||
<Filter>OS\Linux</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="gl_resources.h">
|
||||
<Filter>Util</Filter>
|
||||
</ClInclude>
|
||||
@@ -125,6 +128,9 @@
|
||||
<ClCompile Include="gl_hooks_linux.cpp">
|
||||
<Filter>OS\Linux</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="gl_hooks_linux_shared.cpp">
|
||||
<Filter>OS\Linux</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="gl_replay_linux.cpp">
|
||||
<Filter>OS\Linux</Filter>
|
||||
</ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user