Files
UnrealEngineUWP/Engine/Source/Developer/UnrealCodeAnalyzerTests/UnrealCodeAnalyzerTests.Build.cs
Mikolaj Sieluzycki f301a29aca Add basic UnrealCodeAnalyzer tests.
[CL 2613399 by Mikolaj Sieluzycki in Main branch]
2015-07-08 08:24:54 -04:00

12 lines
241 B
C#

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class UnrealCodeAnalyzerTests : ModuleRules
{
public UnrealCodeAnalyzerTests(TargetInfo Target)
{
PublicDependencyModuleNames.Add("Core");
}
}