summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index fb89545da..d946ec22f 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -1051,7 +1051,7 @@ toolSharedLibrary "slang-reflection-test"
toolSharedLibrary "render-test"
uuid "61F7EB00-7281-4BF3-9470-7C2EA92620C3"
- includedirs { ".", "external", "source", "tools/gfx", "tools/platform" }
+ includedirs { ".", "external", "external/vulkan/include", "source", "tools/gfx", "tools/platform" }
links { "core", "compiler-core", "slang", "gfx", "gfx-util", "platform" }
if targetInfo.isWindows then
addSourceDir "tools/render-test/windows"
@@ -1085,7 +1085,7 @@ tool "gfx"
defines { "SLANG_GFX_DYNAMIC", "SLANG_GFX_DYNAMIC_EXPORT" }
- includedirs { ".", "external", "source" }
+ includedirs { ".", "external", "external/vulkan/include", "source" }
files {"slang-gfx.h"}