Files
UnrealEngineUWP/Engine/Source/Runtime/HTML5/Simulator/HTML5Win32/HTML5Win32.Build.cs
T

13 lines
284 B
C#
Raw Normal View History

2014-12-07 19:09:38 -05:00
// 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.
2014-06-12 17:02:52 -04:00
AddThirdPartyPrivateStaticDependencies(Target, "libcurl");
}
}