批量生成函数注释
This commit is contained in:
17
crazy_functions/test_project/cpp/libJPG/UElibJPG.Build.cs
Normal file
17
crazy_functions/test_project/cpp/libJPG/UElibJPG.Build.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user