|
@@ -4,10 +4,10 @@ project(MyFirstSlicerExtension)
|
|
|
|
|
|
#-----------------------------------------------------------------------------
|
|
|
# Extension meta-information
|
|
|
-set(EXTENSION_HOMEPAGE "http://www-f9.ijs.si/~studen")
|
|
|
-set(EXTENSION_CATEGORY "Learning")
|
|
|
-set(EXTENSION_CONTRIBUTORS "AS")
|
|
|
-set(EXTENSION_DESCRIPTION "dummy extension")
|
|
|
+set(EXTENSION_HOMEPAGE "http://wiscigt.powertheword.com/andrej.studen/labkeySlicerPythonAPI")
|
|
|
+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")
|
|
|
|
|
@@ -19,6 +19,7 @@ include(${Slicer_USE_FILE})
|
|
|
#-----------------------------------------------------------------------------
|
|
|
# Extension modules
|
|
|
add_subdirectory(labkeySlicerPythonExtension)
|
|
|
+add_subdirectory(utils)
|
|
|
## NEXT_MODULE
|
|
|
|
|
|
#-----------------------------------------------------------------------------
|