Files
UnrealEngine/Engine/Source/Programs/Enterprise/Datasmith/DatasmithSketchUpRubyExporter/DatasmithSketchUpRuby2025.Target.cs
2025-05-18 13:04:45 +08:00

17 lines
401 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
[SupportedPlatforms("Win64")]
public class DatasmithSketchUpRuby2025Target : DatasmithSketchUpRubyBaseTarget
{
public DatasmithSketchUpRuby2025Target(TargetInfo Target)
: base(Target)
{
LaunchModuleName = "DatasmithSketchUpRuby2025";
ExeBinariesSubFolder = @"SketchUpRuby/2025";
AddCopyPostBuildStep(Target);
}
}