24 lines
414 B
CMake
24 lines
414 B
CMake
if (EDT_FOUND)
|
|
add_subdirectory(edt)
|
|
endif (EDT_FOUND)
|
|
|
|
if (EURESYS_FOUND)
|
|
add_subdirectory (euresys)
|
|
endif (EURESYS_FOUND)
|
|
|
|
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)
|
|
|
|
if (PHOENIX_FOUND)
|
|
add_subdirectory(phoenix)
|
|
endif (PHOENIX_FOUND)
|