summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorlucy96chen <47800040+lucy96chen@users.noreply.github.com>2022-06-02 14:02:18 -0700
committerGitHub <noreply@github.com>2022-06-02 14:02:18 -0700
commitc4ed2385e98385b2459b93a151df9e6e7d7d3591 (patch)
treed634d6011a228efdf2455aeaff7b858fe3e92c56 /premake5.lua
parentb39c99661b3ad482bbd419c24991ed325b5738a9 (diff)
Add simple swapchain resize test (#2249)
* Added swapchain resize test * fixed externals * Rerun CI * Ignore test if swapchain fails to create
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 75d093612..20dc6557c 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -1389,7 +1389,7 @@ tool "slangd"
uuid "092DAB9F-1DA5-4538-ADD7-1A8D1DBFD519"
includedirs { "." }
addSourceDir "tools/unit-test"
- links { "core", "slang", "gfx", "gfx-util" }
+ links { "core", "slang", "gfx", "gfx-util", "platform" }
toolSharedLibrary "slang-unit-test"
uuid "0162864E-7651-4B5E-9105-C571105276EA"