summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorskallweitNV <64953474+skallweitNV@users.noreply.github.com>2022-12-07 17:21:22 +0100
committerGitHub <noreply@github.com>2022-12-07 08:21:22 -0800
commitf116f43bd12358e87f351f0d3615628ac4e00921 (patch)
tree26e486960d2ab29b2d1cab2d50288f6a2ee4c441 /premake5.lua
parent989ea017ea01eaa8ada66c7d20972be87486ef03 (diff)
Make slang-test depend on test tool libraries (#2554)
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index f8c768ebb..8e1a97b7c 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -880,6 +880,7 @@ tool "slangd"
uuid "0C768A18-1D25-4000-9F37-DA5FE99E3B64"
includedirs { "." }
links { "compiler-core", "slang", "core", "miniz", "lz4" }
+ dependson { "slang-reflection-test-tool", "render-test-tool", "slang-unit-test-tool", "gfx-unit-test-tool" }
-- We want to set to the root of the project, but that doesn't seem to work with '.'.
-- So set a path that resolves to the same place.
debugdir("source/..")