Delete UElibJPG.Build.cs

这个提交包含在:
binary-husky
2023-03-28 17:20:54 +08:00
提交者 GitHub
父节点 232d06a1ab
当前提交 e6f7e75e19

查看文件

@@ -1,17 +0,0 @@
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class UElibJPG : ModuleRules
{
public UElibJPG(ReadOnlyTargetRules Target) : base(Target)
{
Type = ModuleType.External;
string libJPGPath = Target.UEThirdPartySourceDirectory + "libJPG";
PublicIncludePaths.Add(libJPGPath);
ShadowVariableWarningLevel = WarningLevel.Off;
}
}