project(medicalGetDataBox_multiThread)

add_oiv_executable ( ${PROJECT_NAME} getDataBox_multiThread.cxx ) 

target_link_libraries (${PROJECT_NAME}
  ${OpenInventorMedical_LIBRARIES}
  ${VolumeViz_LIBRARIES}
  ${DialogViz_LIBRARIES}
  )

