project(medicalOrthoSlice)

add_oiv_executable (${PROJECT_NAME} medicalOrthoSlice.cxx ) 

target_link_libraries (${PROJECT_NAME}
  ${OpenInventorMedical_LIBRARIES}
  ${VolumeViz_LIBRARIES}
  ${DialogVizGui_LIBRARIES}
  ${OpenInventor_LIBRARIES}
  ${OpenInventorXt_LIBRARIES}
  )
