project(medicalComputeHistogram)

add_oiv_executable ( ${PROJECT_NAME} 
  computeHistogram.cxx 
  ) 
    
target_link_libraries ( ${PROJECT_NAME}
  ${OpenInventorMedical_LIBRARIES}
  ${MeshViz_LIBRARIES}
  ${VolumeViz_LIBRARIES}
  ${DialogViz_LIBRARIES}
  )

