seprate the engine and senseglove module dependency lists
This commit is contained in:
@@ -60,6 +60,12 @@ public class SenseGlove : ModuleRules
|
||||
#if UE_5_3_OR_LATER
|
||||
"XRBase",
|
||||
#endif
|
||||
}
|
||||
);
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
"SenseGloveCore",
|
||||
"SenseGloveDebug",
|
||||
"SenseGloveLog",
|
||||
|
||||
Reference in New Issue
Block a user