Delete UElibJPG.Build.cs
This commit is contained in:
		
							parent
							
								
									2cb1effd45
								
							
						
					
					
						commit
						d19127b5a9
					
				@ -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;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user