diff options
| author | lucy96chen <47800040+lucy96chen@users.noreply.github.com> | 2022-06-02 14:02:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-02 14:02:18 -0700 |
| commit | c4ed2385e98385b2459b93a151df9e6e7d7d3591 (patch) | |
| tree | d634d6011a228efdf2455aeaff7b858fe3e92c56 /premake5.lua | |
| parent | b39c99661b3ad482bbd419c24991ed325b5738a9 (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.lua | 2 |
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" |
