fix a circular dependency build issue
This commit is contained in:
@@ -59,7 +59,6 @@ public class SenseGloveCoreImpl : ModuleRules
|
|||||||
new string[]
|
new string[]
|
||||||
{
|
{
|
||||||
"SenseGloveBuildHacks",
|
"SenseGloveBuildHacks",
|
||||||
"SenseGloveCoreTypes",
|
|
||||||
"SenseGloveInterop",
|
"SenseGloveInterop",
|
||||||
"SenseGloveLog",
|
"SenseGloveLog",
|
||||||
"SenseGloveTypes",
|
"SenseGloveTypes",
|
||||||
@@ -67,6 +66,13 @@ public class SenseGloveCoreImpl : ModuleRules
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
PrivateIncludePathModuleNames.AddRange(
|
||||||
|
new string[]
|
||||||
|
{
|
||||||
|
"SenseGloveCoreTypes",
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
AddCoreLibrary(Target);
|
AddCoreLibrary(Target);
|
||||||
|
|
||||||
PublicDefinitions.Add("SENSEGLOVE_BUILDING_CORE_IMPL_MODULE");
|
PublicDefinitions.Add("SENSEGLOVE_BUILDING_CORE_IMPL_MODULE");
|
||||||
|
|||||||
Reference in New Issue
Block a user