diff --git a/crazy_functions/test_project/cpp/libJPG/UElibJPG.Build.cs b/crazy_functions/test_project/cpp/libJPG/UElibJPG.Build.cs deleted file mode 100644 index 01ca25d..0000000 --- a/crazy_functions/test_project/cpp/libJPG/UElibJPG.Build.cs +++ /dev/null @@ -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; - } -} -