expose as little as dependencies as possible
This commit is contained in:
@@ -48,20 +48,15 @@ public class SenseGloveCoreImpl : ModuleRules
|
||||
bEnableExceptions = true;
|
||||
bUseRTTI = true;
|
||||
|
||||
PublicDependencyModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
"Core",
|
||||
}
|
||||
);
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
"SenseGloveInterop",
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"SenseGloveLog",
|
||||
"SenseGloveTypes",
|
||||
"SenseGloveUtils",
|
||||
"SenseGloveTypes",
|
||||
}
|
||||
);
|
||||
|
||||
@@ -69,6 +64,7 @@ public class SenseGloveCoreImpl : ModuleRules
|
||||
new string[]
|
||||
{
|
||||
"SenseGloveBuildHacks",
|
||||
"SenseGloveInterop",
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user