Add cycles support for MinGW-w64

This commit is contained in:
Antony Riakiotakis
2012-04-24 09:58:03 +00:00
parent 9204f11052
commit b84cdafbb5
2 changed files with 10 additions and 8 deletions

View File

@@ -599,12 +599,14 @@ elseif(WIN32)
)
if(WITH_OPENIMAGEIO)
set_lib_path(OIIOBIN "openimageio/bin")
install(
FILES
${OIIOBIN}/OpenImageIO.dll
DESTINATION ${TARGETDIR}
)
if(NOT MINGW)
set_lib_path(OIIOBIN "openimageio/bin")
install(
FILES
${OIIOBIN}/OpenImageIO.dll
DESTINATION ${TARGETDIR}
)
endif()
endif()
elseif(APPLE)