add bitflowsrc, a source for BitFlow framegrabbers

This commit is contained in:
Joshua M. Doe
2016-10-19 11:41:46 -04:00
parent e1ee20c4ad
commit 07473812c1
6 changed files with 798 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
if (BITFLOW_FOUND)
add_subdirectory(bitflow)
endif (BITFLOW_FOUND)
if (EDT_FOUND)
add_subdirectory(edt)
endif (EDT_FOUND)