removed the redundant SenseGloveCoreTypes module which causes all kinds of packaging issues with certain versions of the engine.

This commit is contained in:
Mamadou Babaei
2023-05-19 18:04:35 +02:00
parent bc485b9baf
commit 7e9d7d9a6b
14 changed files with 12 additions and 287 deletions
@@ -66,13 +66,6 @@ public class SenseGloveCoreImpl : ModuleRules
}
);
PrivateIncludePathModuleNames.AddRange(
new string[]
{
"SenseGloveCoreTypes",
}
);
AddCoreLibrary(Target);
PublicDefinitions.Add("SENSEGLOVE_BUILDING_CORE_IMPL_MODULE");