Initial implementation of NI IMAQdx element

This commit is contained in:
Joshua M. Doe
2013-01-25 14:30:45 -05:00
parent c3f2b1db5d
commit 6c745ca706
8 changed files with 1356 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ if (NIIMAQ_FOUND)
add_subdirectory (niimaq)
endif (NIIMAQ_FOUND)
if (NIIMAQDX_FOUND)
add_subdirectory (niimaqdx)
endif (NIIMAQDX_FOUND)
if (IOTECHDAQX_FOUND)
add_subdirectory (iotechdaqx)
endif (IOTECHDAQX_FOUND)