mirror of
https://github.com/Theaninova/BeatLanguageMapper.git
synced 2026-01-20 08:53:02 +00:00
Mk2
uh stuff. i'm putting it in the readme.
This commit is contained in:
36
Plugins/PluginPackaged/Source/VictoryUMG/VictoryUMG.Build.cs
Normal file
36
Plugins/PluginPackaged/Source/VictoryUMG/VictoryUMG.Build.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
By Rama for You
|
||||
|
||||
You are welcome to use this code anywhere as long as you include this notice.
|
||||
|
||||
copyright 2015
|
||||
*/
|
||||
using UnrealBuildTool;
|
||||
|
||||
public class VictoryUMG : ModuleRules
|
||||
{
|
||||
public VictoryUMG(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
PublicDependencyModuleNames.AddRange(
|
||||
new string[] {
|
||||
"Core",
|
||||
"CoreUObject",
|
||||
"Engine",
|
||||
"InputCore",
|
||||
|
||||
"RHI",
|
||||
"RenderCore",
|
||||
|
||||
"UMG", "Slate", "SlateCore",
|
||||
|
||||
"APPFRAMEWORK" //for color picker! -Rama
|
||||
|
||||
}
|
||||
);
|
||||
//Private Paths
|
||||
PrivateIncludePaths.AddRange(new string[] {
|
||||
"VictoryUMG/Public",
|
||||
"VictoryUMG/Private"
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user