@PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(medInria REQUIRED COMPONENTS Core) find_dependency(dtk REQUIRED) find_dependency(VTK REQUIRED COMPONENTS vtkRenderingVolumeOpenGL2 vtkInteractionWidgets vtkRenderingAnnotation vtkInteractionStyle vtkImagingStatistics vtkIOLegacy) find_dependency(OpenGL REQUIRED) include("${CMAKE_CURRENT_LIST_DIR}/medVtkInriaTargets.cmake") if(NOT TARGET med::VtkInria) add_library(med::VtkInria ALIAS med::medVtkInria) endif() #check_required_components(medVtkInria)