RaspberryVehicle/Source/RaspberryVehicle.Target.cs

15 lines
380 B
C#

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