matroxsrc: add first working version of Matrox Imaging Library source

This commit is contained in:
Joshua M. Doe
2017-05-09 13:39:16 -04:00
parent 62d1b1f6fd
commit 376fbb5fd2
6 changed files with 885 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ if (IDSUEYE_FOUND)
add_subdirectory (idsueye)
endif (IDSUEYE_FOUND)
if (MATROX_FOUND)
add_subdirectory (matrox)
endif (MATROX_FOUND)
if (NIIMAQ_FOUND)
add_subdirectory (niimaq)
endif (NIIMAQ_FOUND)