try to fix various build issues with the senseglove core types module
This commit is contained in:
@@ -47,7 +47,6 @@ public class SenseGloveCore : ModuleRules
|
||||
{
|
||||
"Core",
|
||||
"Engine",
|
||||
"SenseGloveTypes",
|
||||
}
|
||||
);
|
||||
|
||||
@@ -59,10 +58,18 @@ public class SenseGloveCore : ModuleRules
|
||||
"SenseGloveCoreImpl",
|
||||
"SenseGloveInterop",
|
||||
"SenseGloveLog",
|
||||
"SenseGloveTypes",
|
||||
"SenseGloveUtils",
|
||||
}
|
||||
);
|
||||
|
||||
PublicIncludePathModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
"SenseGloveTypes",
|
||||
}
|
||||
);
|
||||
|
||||
PrivateIncludePathModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
@@ -70,4 +77,4 @@ public class SenseGloveCore : ModuleRules
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user