initial stuff hopefully this works
This commit is contained in:
15
hwanyoung2/Source/hwanyoung2Editor.Target.cs
Normal file
15
hwanyoung2/Source/hwanyoung2Editor.Target.cs
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class hwanyoung2EditorTarget : TargetRules
|
||||
{
|
||||
public hwanyoung2EditorTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Editor;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
|
||||
ExtraModuleNames.Add("hwanyoung2");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user