Skip to content

Commit

Permalink
Merge pull request #4 from jcfr/fix-metadata
Browse files Browse the repository at this point in the history
Fix metadata
  • Loading branch information
giogadi authored Aug 29, 2017
2 parents 1a0fc89 + bdf3cec commit 9830c73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ project(PortPlacement)

#-----------------------------------------------------------------------------
set(EXTENSION_HOMEPAGE "http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PortPlacement")
set(EXTENSION_CATEGORY "Port Placement")
set(EXTENSION_CONTRIBUTORS "Luis G. Torres (UNC)")
set(EXTENSION_CATEGORY "IGT")
set(EXTENSION_CONTRIBUTORS "Andinet Enquobahrie (Kitware), Luis G. Torres (UNC), Jean-Christophe Fillion-Robin (Kitware)")
set(EXTENSION_DESCRIPTION "Assists in the planning of surgical port placement in a laparoscopic procedure.")
set(EXTENSION_ICONURL "http://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk/Extensions/Testing/PortPlacement/PortPlacement.png?revision=21747&view=co")
set(EXTENSION_SCREENSHOTURLS "http://wiki.slicer.org/slicerWiki/images/e/e2/Slicer-r19441-PortPlacement-screenshot.png")
set(EXTENSION_ICONURL "http://www.slicer.org/slicerWiki/images/a/a7/Portplacement_icon.png")
set(EXTENSION_SCREENSHOTURLS "http://www.slicer.org/slicerWiki/images/3/32/Portplacement.png")
set(EXTENSION_DEPENDS "Eigen3")
set(EXTENSION_BUILD_SUBDIRECTORY inner-build)
set(EXTENSION_STATUS "This extension is intended for public use and we expect to fully maintain it.")

set(SUPERBUILD_TOPLEVEL_PROJECT inner)

Expand Down

0 comments on commit 9830c73

Please sign in to comment.