You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb rod.bogart #jira none #preflight 6143e5484778fa00017df627 [CL 17547199 by eric renaudhoude in ue5-main branch]
14 lines
283 B
C#
14 lines
283 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using UnrealBuildTool;
|
|
|
|
public class ImageCore : ModuleRules
|
|
{
|
|
public ImageCore(ReadOnlyTargetRules Target) : base(Target)
|
|
{
|
|
PrivateDependencyModuleNames.Add("ColorManagement");
|
|
|
|
PublicDependencyModuleNames.Add("Core");
|
|
}
|
|
}
|