if(ALIROOT)
  add_subdirectory (hough)
endif(ALIROOT)
add_subdirectory (aliceHLTwrapper)
add_subdirectory (O2Device)
add_subdirectory (O2MessageMonitor)
if(DDS_FOUND)
  MESSAGE("DDS is found, QC Packages will be build")
  add_subdirectory (QC)
else(DDS_FOUND)
  MESSAGE("DDS is not found, QC Packages will not be build")
endif(DDS_FOUND)
add_subdirectory (DataFlow)
add_subdirectory (Publishers)
add_subdirectory (DataCompression)
add_subdirectory (MCStepLogger)
add_subdirectory (PCG)