binary-husky commited on
Commit
d19127b
1 Parent(s): 2cb1eff

Delete UElibJPG.Build.cs

Browse files
crazy_functions/test_project/cpp/libJPG/UElibJPG.Build.cs DELETED
@@ -1,17 +0,0 @@
1
- // Copyright Epic Games, Inc. All Rights Reserved.
2
-
3
- using UnrealBuildTool;
4
-
5
- public class UElibJPG : ModuleRules
6
- {
7
- public UElibJPG(ReadOnlyTargetRules Target) : base(Target)
8
- {
9
- Type = ModuleType.External;
10
-
11
- string libJPGPath = Target.UEThirdPartySourceDirectory + "libJPG";
12
- PublicIncludePaths.Add(libJPGPath);
13
-
14
- ShadowVariableWarningLevel = WarningLevel.Off;
15
- }
16
- }
17
-