初始提交: UE5.3项目基础框架
This commit is contained in:
16
Source/BXSSP.Target.cs
Normal file
16
Source/BXSSP.Target.cs
Normal file
@ -0,0 +1,16 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class BXSSPTarget : TargetRules
|
||||
{
|
||||
public BXSSPTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Game;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V4;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_3;
|
||||
ExtraModuleNames.Add("BXSSP");
|
||||
ExtraModuleNames.AddRange(new string[] { "BXSSP", "CesiumRuntime" });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user