summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 1c900c876..73c7f65e2 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -394,7 +394,7 @@ tool "gfx"
-- rather than a stand-alone executable.
kind "StaticLib"
- includedirs { ".", "external", "source" }
+ includedirs { ".", "external", "source", "external/imgui" }
filter { "system:windows" }