summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 062835109..a0a5dbb35 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -783,7 +783,7 @@ toolSharedLibrary "render-test"
uuid "61F7EB00-7281-4BF3-9470-7C2EA92620C3"
includedirs { ".", "external", "source", "tools/gfx", "tools/platform" }
- links { "core", "slang", "gfx", "gfx-util", "platform" }
+ links { "core", "compiler-core", "slang", "gfx", "gfx-util", "platform" }
if isTargetWindows then
addSourceDir "tools/render-test/windows"