From b5399e86ba340c158ec4be9fee93cf56bb2806a3 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 22 Apr 2024 17:20:23 -0400 Subject: [PATCH] ENH: Update extension metadata Consolidate extension metadata based on the corresponding s4ext file organized in the ExtensionsIndex repository. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3897c4..2fa0ca4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,10 +6,11 @@ project(SlicerAIGT) # Extension meta-information set(EXTENSION_HOMEPAGE "https://github.com/SlicerIGT/aigt") set(EXTENSION_CATEGORY "IGT") -set(EXTENSION_CONTRIBUTORS "Tamas Ungi (Queen's University), Rebecca Hisey (Queen's University), Kyle Sunderland (Queen's University)") +set(EXTENSION_CONTRIBUTORS "Tamas Ungi (PerkLab, Queen's University), Rebbecca Hisey (PerkLab, Queen's University), Andras Lasso (PerkLab, Queen's University), Kyle Sunderland (PerkLab, Queen's University)") set(EXTENSION_DESCRIPTION "This extension contains modules to assist in deep learning for guided medical interventions. Included modules can collect data, train networks, and deploy models for real-time image classification." ) set(EXTENSION_ICONURL "https://github.com/SlicerIGT/aigt/raw/master/SlicerAIGTLogo.png" ) set(EXTENSION_SCREENSHOTURLS "https://github.com/SlicerIGT/aigt/raw/master/Screenshots/UltrasoundSegmentation.png" ) +set(EXTENSION_DEPENDS "SlicerOpenIGTLink SlicerIGT") #----------------------------------------------------------------------------- # Extension dependencies