project(medicalSimpleVolumeAxis)

set(${PROJECT_NAME}_RESOURCES
	medicalSimpleVolumeAxis.iv
	simpleVolumeAxisInterface.iv
)

add_oiv_executable_notest (${PROJECT_NAME} simpleVolumeAxis.cxx  ${${PROJECT_NAME}_RESOURCES} ) 

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