Skip to content

Commit

Permalink
Added PrecompileForTargets.
Browse files Browse the repository at this point in the history
  • Loading branch information
gameDNA committed May 26, 2019
1 parent 3e0f34b commit db17e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/gameDNAinstaller/gameDNAinstaller.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ public class gameDNAinstaller : ModuleRules
public gameDNAinstaller(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PrecompileForTargets = PrecompileTargetsType.Any;

PrivateIncludePaths.AddRange(new string[] { "gameDNAinstaller/Private" });
PrivateIncludePaths.AddRange(new string[] { "gameDNAinstaller/Private" });

PublicDependencyModuleNames.AddRange(new string[]{ "Core", "Projects" });

Expand Down

0 comments on commit db17e0e

Please sign in to comment.