UnrealImGui/Source/ThirdParty/ImPlotLibrary/ImPlotLibrary.Build.cs

14 lines
261 B
C#

using UnrealBuildTool;
public class ImPlotLibrary : ModuleRules
{
#if WITH_FORWARDED_MODULE_RULES_CTOR
public ImPlotLibrary(ReadOnlyTargetRules Target) : base(Target)
#else
public ImPlotLibrary(TargetInfo Target)
#endif
{
Type = ModuleType.External;
}
}