Skip to content
Snippets Groups Projects
Commit 24982144 authored by Giovanni Vindiola's avatar Giovanni Vindiola :speech_balloon:
Browse files

Added Server BuildTarget

parent 0dd9eba5
No related branches found
No related tags found
No related merge requests found
// Fill out your copyright notice in the Description page of Project Settings.
using UnrealBuildTool;
using System.Collections.Generic;
public class CyberProjectServerTarget : TargetRules
{
public CyberProjectServerTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Server;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.AddRange( new string[] { "CyberProject" } );
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment