@PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(medInria REQUIRED COMPONENTS Core) find_dependency(dtk REQUIRED COMPONENTS dtkLog dtkCoreSupport ) find_dependency(Qt5 REQUIRED COMPONENTS Core Widgets) find_dependency(ITK REQUIRED COMPONENTS ITKCommon) include("${CMAKE_CURRENT_LIST_DIR}/medLogTargets.cmake") if(NOT TARGET med::Log) add_library(med::Log ALIAS med::medLog) endif() #check_required_components(medLog)