Skip to content

Commit 725e878

Browse files
Tutorial 27: Integrate SuperResolution
1 parent 206ff9d commit 725e878

File tree

3 files changed

+278
-97
lines changed

3 files changed

+278
-97
lines changed

Tutorials/Tutorial27_PostProcessing/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ if (PLATFORM_WIN32 AND GL_SUPPORTED)
3333
target_link_libraries(Tutorial27_PostProcessing PRIVATE Diligent-GLAdapterSelector)
3434
endif()
3535

36+
if (PLATFORM_WIN32 AND D3D12_SUPPORTED)
37+
target_link_libraries(Tutorial27_PostProcessing PRIVATE DirectSR-AgilitySDK)
38+
copy_directsr_dlls(Tutorial27_PostProcessing)
39+
endif()
40+
3641
set_source_files_properties(${ALL_SHADERS} PROPERTIES
3742
VS_DEPLOYMENT_LOCATION "shaders"
3843
MACOSX_PACKAGE_LOCATION Resources/shaders

0 commit comments

Comments
 (0)