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[]
|
||||
{
|
||||
|
||||
@@ -34,3 +34,5 @@
|
||||
|
||||
|
||||
#include "SGCoreTypes/SGInterpolationSetArray.h"
|
||||
|
||||
#include "SGCore/SGInterpolationSet.h"
|
||||
@@ -35,11 +35,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "SGCore/SGInterpolationSet.h"
|
||||
|
||||
#include "SGInterpolationSetArray.generated.h"
|
||||
|
||||
class FSGInterpolationSetImpl;
|
||||
class USGInterpolationSet;
|
||||
|
||||
USTRUCT(BlueprintType)
|
||||
struct SENSEGLOVECORETYPES_API FSGInterpolationSetArray
|
||||
|
||||
@@ -57,12 +57,5 @@ public class SenseGloveCoreTypes : ModuleRules
|
||||
"SenseGloveLog",
|
||||
}
|
||||
);
|
||||
|
||||
PrivateIncludePathModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
"SenseGloveCore",
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user