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