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 92668f4d2..1905bd2f4 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -619,6 +619,8 @@ standardProject "slang"
--
defines { "SLANG_DYNAMIC_EXPORT" }
+ includedirs { "external/spirv-headers/include" }
+
-- The `standardProject` operation already added all the code in
-- `source/slang/*`, but we also want to incldue the umbrella
-- `slang.h` header in this prject, so we do that manually here.