project(medical2DTransferFunction)

set(${PROJECT_NAME}_RESOURCES
	interface.iv
	2DTransferFunctionCustomShader.glsl)

add_oiv_executable (${PROJECT_NAME} main.cxx SoTransferFunction2D.cxx ${${PROJECT_NAME}_RESOURCES}) 

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