Commit 4894aac5 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6012 from mzajko:xi_cmake_update

parents 1cd3c6f3 a387d6fa
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment