XIMEA cam support: allow on OS X too

This commit is contained in:
Igor Kuzmin
2014-09-09 19:17:13 +04:00
parent b027a84fa1
commit 0421da78b3
3 changed files with 9 additions and 1 deletions

View File

@@ -173,6 +173,8 @@ if(HAVE_XIMEA)
endif()
if(WIN32 AND X86_64)
list(APPEND HIGHGUI_LIBRARIES m3apiX64)
elseif(APPLE)
list(APPEND HIGHGUI_LIBRARIES "-framework m3api")
else()
list(APPEND HIGHGUI_LIBRARIES m3api)
endif()