Files
UnrealEngineUWP/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/HTML5Win32.Build.cs
KitatusStudios 7775a401b1 PR #931: Cleaning up Spelling Errors / Grammer Errors in Comments (Contributed by KitatusStudios)
[CL 2577221 by Matt Kuhlenschmidt in Main branch]
2015-06-04 13:19:17 -04:00

13 lines
284 B
C#

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class HTML5Win32 : ModuleRules
{
public HTML5Win32(TargetInfo Target)
{
// Don't depend on UE types or modules.
AddThirdPartyPrivateStaticDependencies(Target, "libcurl");
}
}