removed the redundant SenseGloveCoreTypes module which causes all kinds of packaging issues with certain versions of the engine.
This commit is contained in:
@@ -66,13 +66,6 @@ public class SenseGloveCoreImpl : ModuleRules
|
||||
}
|
||||
);
|
||||
|
||||
PrivateIncludePathModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
"SenseGloveCoreTypes",
|
||||
}
|
||||
);
|
||||
|
||||
AddCoreLibrary(Target);
|
||||
|
||||
PublicDefinitions.Add("SENSEGLOVE_BUILDING_CORE_IMPL_MODULE");
|
||||
|
||||
Reference in New Issue
Block a user