Horde: Add missing files to the mock-UE library.

#jira

[CL 29921451 by ben marsh in ue5-main branch]
This commit is contained in:
ben marsh
2023-11-24 12:15:27 -05:00
parent 62a32b6cd4
commit 0fd23ae2ee
2 changed files with 8 additions and 0 deletions

View File

@@ -145,6 +145,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\Developer\Horde\Private\HordePlatform.h" />
<ClInclude Include="..\..\..\..\Developer\Horde\Public\Compute\AgentMessage.h" />
<ClInclude Include="..\..\..\..\Developer\Horde\Public\Compute\ComputeBuffer.h" />
<ClInclude Include="..\..\..\..\Developer\Horde\Public\Compute\ComputeChannel.h" />
@@ -160,6 +161,7 @@
<ClCompile Include="..\..\..\..\Developer\Horde\Private\Compute\ComputePlatform.cpp" />
<ClCompile Include="..\..\..\..\Developer\Horde\Private\Compute\ComputeSocket.cpp" />
<ClCompile Include="..\..\..\..\Developer\Horde\Private\Compute\ComputeTransport.cpp" />
<ClCompile Include="..\..\..\..\Developer\Horde\Private\HordePlatform.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@@ -22,6 +22,9 @@
<ClInclude Include="..\..\..\..\Developer\Horde\Public\Compute\ComputeTransport.h">
<Filter>Horde\Public\Compute</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\Developer\Horde\Private\HordePlatform.h">
<Filter>Horde\Private</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Core">
@@ -65,5 +68,8 @@
<ClCompile Include="..\..\..\..\Developer\Horde\Private\Compute\ComputeTransport.cpp">
<Filter>Horde\Private\Compute</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\Developer\Horde\Private\HordePlatform.cpp">
<Filter>Horde\Private</Filter>
</ClCompile>
</ItemGroup>
</Project>