project(medicalGammaCorrection)

set(${PROJECT_NAME}_RESOURCES
	gammaCorrection_frag.glsl
)

add_oiv_executable (${PROJECT_NAME} medicalGammaCorrection.cxx ${resources_SOURCES} ) 

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