mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-02 20:58:15 +00:00
fix build error
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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