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-10 22:22:35 +02:00
parent 8a688e2a88
commit 13582a5e4d
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");