AzureAbyss/Source/the_twilight_abyss.Target.cs

15 lines
386 B
C#
Raw Permalink Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class the_twilight_abyssTarget : TargetRules
{
public the_twilight_abyssTarget( TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.AddRange( new string[] { "the_twilight_abyss" } );
}
}