Skip to content
Snippets Groups Projects
Select Git revision
  • 938b0c92938092d35a79e7a6432151932f4f6263
  • master default protected
  • develop
  • 4.22.1
  • 4.22.0
  • 1.5.0
  • 1.4.0
  • 1.3.0
  • 1.2.1
  • 1.2.0
  • 1.1.1
  • 1.1.0
  • 1.0.0
13 results

RwthVrTemplateEditor.Target.cs

Blame
  • user avatar
    Jonathan Wendt authored
    caa84d1e
    History
    RwthVrTemplateEditor.Target.cs 366 B
    // Fill out your copyright notice in the Description page of Project Settings.
    
    using UnrealBuildTool;
    using System.Collections.Generic;
    
    public class RwthVrTemplateEditorTarget : TargetRules
    {
    	public RwthVrTemplateEditorTarget(TargetInfo Target) : base(Target)
    	{
    		Type = TargetType.Editor;
    
    		ExtraModuleNames.AddRange( new string[] { "RwthVrTemplate" } );
    	}
    }