Files
utad-ui/Source/UTAD_UI.Target.cs
2025-10-10 20:23:14 +02:00

16 lines
389 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class UTAD_UITarget : TargetRules
{
public UTAD_UITarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_5;
ExtraModuleNames.Add("UTAD_UI");
}
}