CMake/MSVC: deploy cuda support for oidn if available
This commit is contained in:
@@ -598,6 +598,12 @@ if(WIN32)
|
||||
${LIBDIR}/OpenImageDenoise/bin/OpenImageDenoise_device_hip.dll
|
||||
)
|
||||
endif()
|
||||
if(EXISTS ${LIBDIR}/OpenImageDenoise/bin/OpenImageDenoise_device_cuda.dll) # 4.1
|
||||
windows_install_shared_manifest(
|
||||
FILES
|
||||
${LIBDIR}/OpenImageDenoise/bin/OpenImageDenoise_device_cuda.dll
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Show helpful tip.
|
||||
|
||||
Reference in New Issue
Block a user