Files
UnrealEngineUWP/Engine/Source/Programs/ChaosUserDataPTTests/ChaosUserDataPTTests.Target.cs
steven barnett d4ca584676 Add low level tests for ChaosUserDataPT
#rb benn.gallagher

[CL 22439709 by steven barnett in ue5-main branch]
2022-10-10 17:14:07 -04:00

15 lines
395 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
[SupportedPlatforms(UnrealPlatformClass.All)]
public class ChaosUserDataPTTestsTarget : TestTargetRules
{
public ChaosUserDataPTTestsTarget(TargetInfo Target) : base(Target)
{
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
bCompileAgainstCoreUObject = true;
bCompileAgainstApplicationCore = true;
}
}