Files
UnrealEngineUWP/Engine/Source/Developer/DistributedBuildInterface/DistributedBuildInterface.build.cs
bryan sefcik ce5336e685 Created a build.cs file for DistributedBuildInterface so it can be referenced by other modules.
#jira

[CL 22619938 by bryan sefcik in ue5-main branch]
2022-10-19 03:05:53 -04:00

11 lines
216 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class DistributedBuildInterface : ModuleRules
{
public DistributedBuildInterface(ReadOnlyTargetRules Target) : base(Target)
{
}
}