Files
UnrealEngine/Engine/Source/Programs/AutoRTFMTests/AutoRTFMTestsWithMergeModules.Target.cs
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

16 lines
384 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using EpicGames.Core;
using UnrealBuildTool;
using System.Collections.Generic;
using UnrealBuildBase;
[SupportedPlatforms(UnrealPlatformClass.All)]
public class AutoRTFMTestsWithMergeModulesTarget : AutoRTFMTestsTarget
{
public AutoRTFMTestsWithMergeModulesTarget(TargetInfo Target) : base(Target)
{
bMergeModules = true;
}
}