提交 34c006fc 编写于 作者: M Marian Zajko

Fixed ximea cmake settings

Fixed ximea cmake settings for 32bit win build and linux.
上级 1cd3c6f3
......@@ -131,10 +131,12 @@ if(HAVE_XIMEA)
endif()
if(WIN32 AND X86_64)
list(APPEND VIDEOIO_LIBRARIES xiapi64)
elseif(WIN32)
list(APPEND VIDEOIO_LIBRARIES xiapi32)
elseif(APPLE)
list(APPEND VIDEOIO_LIBRARIES "-framework m3api")
else()
list(APPEND VIDEOIO_LIBRARIES xiapi32)
list(APPEND VIDEOIO_LIBRARIES m3api)
endif()
endif(HAVE_XIMEA)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册