Skip to content

Commit

Permalink
Add RHI module to public dependencies in build config
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed Nov 19, 2024
1 parent fac844e commit 5f244e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DESN2600Test/DESN2600Test.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public DESN2600Test(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;

PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "RHI" });

PrivateDependencyModuleNames.AddRange(new string[] { });

Expand Down

0 comments on commit 5f244e5

Please sign in to comment.