mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
fix revive
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,15 +0,0 @@
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class CogSampleTarget : TargetRules
|
||||
{
|
||||
public CogSampleTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Game;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
|
||||
ExtraModuleNames.Add("CogSample");
|
||||
bUseUnityBuild = false;
|
||||
bUsePCHFiles = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user