diff options
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index f6bfe6d77..1b350998b 100644 --- a/premake5.lua +++ b/premake5.lua @@ -954,7 +954,10 @@ standardProject "slang" -- compile for their embedded code, since they will not -- exist at the time projects/makefiles are generated, -- and thus a glob would not match anything. - files { "prelude/slang-cuda-prelude.h.cpp" } + files { + "prelude/slang-cuda-prelude.h.cpp", + "prelude/slang-hlsl-prelude.h.cpp", + } -- -- The most challenging part of building `slang` is that we need |
