summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index e3ae76fc2..b9176a7e1 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -750,6 +750,8 @@ tool "gfx"
includedirs { ".", "external", "source" }
+ files {"slang-gfx.h"}
+
-- Will compile across targets
addSourceDir "tools/gfx/nvapi"