Skip to content

Commit 573036f

Browse files
Copy DLSS DLLs for unit tests
1 parent d4f23ef commit 573036f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/DiligentCoreAPITest/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ if(SUPER_RESOLUTION_SUPPORTED)
125125
target_link_libraries(DiligentCoreAPITest PRIVATE DirectSR-AgilitySDK)
126126
copy_directsr_dlls(DiligentCoreAPITest)
127127
endif()
128+
if (DILIGENT_DLSS_SUPPORTED)
129+
copy_dlss_dlls(DiligentCoreAPITest)
130+
endif()
128131
endif()
129132

130133
if(TARGET Diligent-HLSL2GLSLConverterLib)

0 commit comments

Comments
 (0)