Newer
Older
SkyFrontier-Project-IADE-UE4-3D / Source / SkyFrontier.Target.cs
@Hoomanbeans Hoomanbeans on 31 Oct 2022 365 bytes 1st test commit
// Copyright Epic Games, Inc. All Rights Reserved.

using UnrealBuildTool;
using System.Collections.Generic;

public class SkyFrontierTarget : TargetRules
{
	public SkyFrontierTarget( TargetInfo Target) : base(Target)
	{
		Type = TargetType.Game;
		DefaultBuildSettings = BuildSettingsVersion.V2;
		ExtraModuleNames.AddRange( new string[] { "SkyFrontier" } );
	}
}