You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Horde: Add missing files to the mock-UE library.
#jira [CL 29921451 by ben marsh in ue5-main branch]
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user