FatJohnsLifter/SeagullGame/Source/SeagullGame.Target.cs

16 lines
401 B
C#
Raw Normal View History

2024-01-26 17:32:34 +00:00
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class SeagullGameTarget : TargetRules
{
public SeagullGameTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V2;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
ExtraModuleNames.Add("SeagullGame");
}
}