12 lines
259 B
C#
12 lines
259 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using UnrealBuildTool;
|
|
|
|
[SupportedPlatforms(UnrealPlatformClass.All)]
|
|
public class ChaosUserDataPTTestsTarget : TestTargetRules
|
|
{
|
|
public ChaosUserDataPTTestsTarget(TargetInfo Target) : base(Target)
|
|
{
|
|
}
|
|
}
|