Browse Source

Update CMakeLists.txt to reflect new directory structure

Andrej Studen 5 years ago
parent
commit
b8d4088ab1
1 changed files with 5 additions and 3 deletions
  1. 5 3
      CMakeLists.txt

+ 5 - 3
CMakeLists.txt

@@ -4,12 +4,14 @@ project(labkeySlicerPythonAPI)
 
 #-----------------------------------------------------------------------------
 # Extension meta-information
-set(EXTENSION_HOMEPAGE "http://wiscigt.powertheword.com/andrej.studen/labkeySlicerPythonAPI")
+set(EXTENSION_HOMEPAGE
+	"http://wiscigt.powertheword.com/andrej.studen/SlicerLabkeyExtension")
 set(EXTENSION_CATEGORY "LabKey")
 set(EXTENSION_CONTRIBUTORS "Andrej Studen")
 set(EXTENSION_DESCRIPTION "Slicer LabKey extension")
 set(EXTENSION_ICONURL "http://www-beta1.labkey.com/wp-content/uploads/2016/03/LK-wTAG-COLOR.png")
-set(EXTENSION_SCREENSHOTURLS "http://www-beta1.labkey.com/wp-content/uploads/2016/03/LK-wTAG-COLOR.png")
+set(EXTENSION_SCREENSHOTURLS
+	"http://wiscigt.powertheword.com/andrej.studen/SlicerLabkeyExtension/blob/SlicerExtensionIndex/labkeyBrowser/Resources/Screenshots/slicerLabkeyExtensionCaption.png")
 
 #-----------------------------------------------------------------------------
 # Extension dependencies
@@ -18,7 +20,7 @@ include(${Slicer_USE_FILE})
 
 #-----------------------------------------------------------------------------
 # Extension modules
-add_subdirectory(labkeySlicerPythonExtension)
+add_subdirectory(labkeyBrowser)
 add_subdirectory(utils)
 add_subdirectory(DICOMtools)
 ## NEXT_MODULE