project(medicalMultiView)

add_oiv_executable (${PROJECT_NAME} medicalMultiView.cxx manageEvents.cxx) 

if(OIV_ENABLE_RUNTESTS)
  # vviz shaders may be a little bit long to build the 1st time. Increase timeout.
  set_tests_properties(RUN_${PROJECT_NAME} PROPERTIES TIMEOUT 25)
endif()

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