Skip to content

Commit

Permalink
Update CoreUtility.Build.cs
Browse files Browse the repository at this point in the history
Attempt to address #415
  • Loading branch information
getnamo authored Apr 12, 2024
1 parent e6fb5db commit bb549d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/CoreUtility/CoreUtility.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class CoreUtility : ModuleRules
public CoreUtility(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PrecompileForTargets = PrecompileTargetsType.Any;

PublicIncludePaths.AddRange(
new string[] {
Expand Down Expand Up @@ -51,4 +52,4 @@ public CoreUtility(ReadOnlyTargetRules Target) : base(Target)
}
);
}
}
}

0 comments on commit bb549d2

Please sign in to comment.