XIMEA cam support: allow on OS X too
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user