@PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(medInria REQUIRED COMPONENTS Core) find_dependency(dtk REQUIRED COMPONENTS dtkCore dtkLog dtkCoreSupport dtkGuiSupport) find_dependency(Qt5 REQUIRED COMPONENTS Core Xml Widgets Test) include("${CMAKE_CURRENT_LIST_DIR}/medCoreGuiTargets.cmake") if(NOT TARGET med::CoreGui) add_library(med::CoreGui ALIAS med::medCoreGui) endif() #check_required_components(medCoreGui)