if (SMTK_ENABLE_VTK_SUPPORT)
  add_subdirectory(vtk)
endif()

if (ENABLE_VXL_SUPPORT AND SMTK_ENABLE_QT_SUPPORT)
  add_subdirectory(vxl)
endif()
