Update README.md

This commit is contained in:
Arnaud Jamin
2023-10-30 22:14:19 -04:00
committed by GitHub
parent 315782183d
commit ffdb5786e2
+1 -1
View File
@@ -275,7 +275,7 @@ public class CogSample : ModuleRules
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PublicDependencyModuleNames.AddRange(new string[] PublicDependencyModuleNames.AddRange(new string[]
{ {
"CogCommon", // The CogCommon is required on all target configuration "CogCommon", // CogCommon is required on all target configuration
"AIModule", "AIModule",
"Core", "Core",
"CoreUObject", "CoreUObject",