mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 16:30:32 +00:00
10 lines
144 B
C#
10 lines
144 B
C#
|
using UnrealBuildTool;
|
||
|
|
||
|
public class ImGuiLibrary : ModuleRules
|
||
|
{
|
||
|
public ImGuiLibrary(TargetInfo Target)
|
||
|
{
|
||
|
Type = ModuleType.External;
|
||
|
}
|
||
|
}
|