diff options
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index c8c02ff09..13fee9e22 100644 --- a/premake5.lua +++ b/premake5.lua @@ -763,6 +763,12 @@ end links { "compiler-core", "core", "slang" } + tool "test-server" + uuid "23149706-C12F-4329-B6AA-8266407C32D3" + includedirs { "." } + + links { "compiler-core", "core", "slang" } + -- -- `slang-generate` is a tool we use for source code generation on -- the compiler. It depends on the `core` library, so we need to |
