| using UnrealBuildTool; | |
| using System.Collections.Generic; | |
| public class GitWorldUnrealEditorTarget : TargetRules | |
| { | |
| public GitWorldUnrealEditorTarget(TargetInfo Target) : base(Target) | |
| { | |
| Type = TargetType.Editor; | |
| DefaultBuildSettings = BuildSettingsVersion.V5; | |
| ExtraModuleNames.Add("GitWorldUnreal"); | |
| } | |
| } | |