UnrealImGui/Source/ThirdParty/ImGuiLibrary/ImGuiLibrary.Build.cs
Sebastian e74e3475d9 Integrated ImGui framework:
- Added ImGui framework source directory.
- Added to ImGui module include paths pointing to ImGui source directory.
- Added to ImGui module implementation file that includes ImGui source code to be built as part of the module.
2017-03-18 11:33:14 +00:00

10 lines
144 B
C#

using UnrealBuildTool;
public class ImGuiLibrary : ModuleRules
{
public ImGuiLibrary(TargetInfo Target)
{
Type = ModuleType.External;
}
}