project(medicalRemoteMPR)

set(${PROJECT_NAME}_RESOURCES
	simpleVolumeRender.iv
  )

add_oiv_executable_notest (${PROJECT_NAME} main.cxx medicalRemoteMPRListener.cxx ${${PROJECT_NAME}_RESOURCES})

target_link_libraries (${PROJECT_NAME}
  ${OpenInventorMedical_LIBRARIES}
  ${RemoteVizServices_LIBRARIES}
  ${VolumeViz_LIBRARIES}
  ${DialogViz_LIBRARIES}
  ${OpenInventor_LIBRARIES}
  ${OpenInventorXt_LIBRARIES}
  )
