You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Avoid an AutoSDK dependency on ITargetPlatformBase
#codereview peter.sauerbrei, josh.adams [CL 2229039 by Marcus Wassmer in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
f3fa008596
commit
6848c3405d
@@ -7,9 +7,8 @@ public class TargetPlatform : ModuleRules
|
||||
{
|
||||
public TargetPlatform(TargetInfo Target)
|
||||
{
|
||||
PrivateDependencyModuleNames.Add("Core");
|
||||
|
||||
PublicIncludePathModuleNames.Add("DesktopPlatform");
|
||||
PrivateDependencyModuleNames.Add("Core");
|
||||
PublicDependencyModuleNames.Add("DesktopPlatform");
|
||||
|
||||
if (!UEBuildConfiguration.bBuildRequiresCookedData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user