####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### ####### Any changes to this file will be overwritten by the next CMake run #### ####### The input file was Config.cmake.in ######## get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) #################################################################################### include(CMakeFindDependencyMacro) find_dependency(medInria REQUIRED COMPONENTS Core VtkInria VtkDataMeshBase) find_dependency(dtk REQUIRED) find_dependency(VTK REQUIRED COMPONENTS vtkInteractionWidgets) find_dependency(ITK REQUIRED COMPONENTS ITKCommon ITKGDCM ITKIOGDCM ITKThresholding) include("${CMAKE_CURRENT_LIST_DIR}/medUtilitiesTargets.cmake") if(NOT TARGET med::Utilities) add_library(med::Utilities ALIAS med::medUtilities) endif() #check_required_components(medUtilities)