Files
joe kirchoff f47cf0ce2b UBA: Fix up generated solution to show common and core
#rnx

[CL 32770047 by joe kirchoff in ue5-main branch]
2024-04-05 15:35:07 -04:00

15 lines
324 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
[SupportedPlatforms()]
public class UbaCommonTarget : TargetRules
{
public UbaCommonTarget(TargetInfo Target) : base(Target)
{
LaunchModuleName = "UbaCommon";
bShouldCompileAsDLL = true;
UbaAgentTarget.CommonUbaSettings(this, Target);
}
}