expose as little as dependencies as possible

This commit is contained in:
Mamadou Babaei
2024-03-22 20:59:23 +01:00
parent 079990b2c5
commit 06966042d1
20 changed files with 69 additions and 155 deletions
@@ -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",
}
);