Files
UnrealEngineUWP/Engine/Source/Developer/ImageCore/ImageCore.Build.cs

12 lines
213 B
C#
Raw Normal View History

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