We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5735b commit 713ada0Copy full SHA for 713ada0
1 file changed
Tests/DiligentCoreAPITest/CMakeLists.txt
@@ -125,6 +125,9 @@ if(SUPER_RESOLUTION_SUPPORTED)
125
target_link_libraries(DiligentCoreAPITest PRIVATE DirectSR-AgilitySDK)
126
copy_directsr_dlls(DiligentCoreAPITest)
127
endif()
128
+ if (DILIGENT_DLSS_SUPPORTED)
129
+ copy_dlss_dlls(DiligentCoreAPITest)
130
+ endif()
131
132
133
if(TARGET Diligent-HLSL2GLSLConverterLib)
0 commit comments