Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ project(SurfaceModelNodesSelector)

#-----------------------------------------------------------------------------
# Extension meta-information
set(EXTENSION_HOMEPAGE "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector")
set(EXTENSION_CATEGORY "SurfaceModelNodesSelector")
set(EXTENSION_HOMEPAGE "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector#readme")
set(EXTENSION_CATEGORY "Surface Models")
set(EXTENSION_CONTRIBUTORS "Saima Safdar (UWA)")
set(EXTENSION_DESCRIPTION "This extensions selects the nodes/indexes of any surface model automatically. ")
set(EXTENSION_ICONURL "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png")
set(EXTENSION_SCREENSHOTURLS "https://github.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/blob/main/sModel.png")
set(EXTENSION_DESCRIPTION "The module selects the nodes/vertices of each triangle in a surface modle and place a fiducial (3D point) at each vertex of each triangle in a surface model. The surface model can be any model.")
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/main/SurfaceModelNodesSelector.png")
set(EXTENSION_SCREENSHOTURLS "https://raw.githubusercontent.com/saimasafdar2021/Slicer_SurfaceModelNodesSelector/main/sModel.png")
set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies

#-----------------------------------------------------------------------------
Expand Down