We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dc431 commit 64c0ec6Copy full SHA for 64c0ec6
1 file changed
ImageCodec/CMakeLists.txt
@@ -62,4 +62,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Windows" AND
62
if ( ${IMCODEC_BUILD_CODEC_TIFF})
63
target_link_options(${TargetName} PUBLIC "/DELAYLOAD:$<TARGET_FILE_BASE_NAME:tiff>.dll")
64
endif()
65
+ if ( ${IMCODEC_BUILD_CODEC_FREEIMAGE})
66
+ target_link_options(${TargetName} PUBLIC "/DELAYLOAD:$<TARGET_FILE_BASE_NAME:FreeImage>.dll")
67
+ endif()
68
0 commit comments