mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 02:28:44 +08:00
[ue4] Clean-up of UE4 example game build file.
This commit is contained in:
parent
7f551c90e6
commit
90112276d4
@ -7,7 +7,6 @@ public class SpineUE4 : ModuleRules
|
||||
public SpineUE4(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "SpinePlugin", "ProceduralMeshComponent" });
|
||||
PublicIncludePaths.AddRange(new string[] { "SpinePlugin/Public", "SpinePlugin/Classes" });
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user