project(medicalCappingGeometry)

set(${PROJECT_NAME}_RESOURCES
	
	)
	
add_oiv_executable (${PROJECT_NAME} cappingGeometry.cxx ${${PROJECT_NAME}_RESOURCES} )

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