Files
UnrealEngine/Engine/Source/Programs/Enterprise/Datasmith/DatasmithSketchUpRubyExporter/DatasmithSketchUpRuby2021.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 DatasmithSketchUpRuby2021Target : DatasmithSketchUpRubyBaseTarget
{
public DatasmithSketchUpRuby2021Target(TargetInfo Target)
: base(Target)
{
LaunchModuleName = "DatasmithSketchUpRuby2021";
ExeBinariesSubFolder = @"SketchUpRuby/2021";
AddCopyPostBuildStep(Target);
}
}