@PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(medInria REQUIRED COMPONENTS Core) find_dependency(dtk REQUIRED) find_dependency(Qt5 REQUIRED COMPONENTS Core Widgets) find_dependency(ITK REQUIRED COMPONENTS ITKIOImageBase ITKTransform ITKIOTransformBase ITKIOTransformInsightLegacy ITKRegistrationCommon ITKIOMeta) find_dependency(RPI REQUIRED COMPONENTS Common) include("${CMAKE_CURRENT_LIST_DIR}/medRegistrationTargets.cmake") if(NOT TARGET med::Registration) add_library(med::Registration ALIAS med::medRegistration) endif() #check_required_components(medRegistration)