Skip to content

Commit

Permalink
ENH: Add dependency to extensions packaged on all platforms
Browse files Browse the repository at this point in the history
See #1
  • Loading branch information
jcfr committed Dec 4, 2019
1 parent e79c4af commit c2d1ea2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,24 @@ set(EXTENSION_CONTRIBUTORS "Lucia Cevidanes (University of Michigan), Beatriz Pa
set(EXTENSION_DESCRIPTION "Dental image analysis to support patient-specific decision making and assessment of the disease progression via registration of serial images.")
set(EXTENSION_ICONURL "http://www.example.com/Slicer/Extensions/SlicerCMF.png")
set(EXTENSION_SCREENSHOTURLS "http://www.example.com/Slicer/Extensions/SlicerCMF/Screenshots/1.png")
set(EXTENSION_DEPENDS "NA") # Specified as a space separated string, a list or 'NA' if any
set(EXTENSION_DEPENDS
# BoneTextureExtension
CMFReg
# EasyClip
MeshToLabelMap
MeshStatisticsExtension
ModelToModelDistance
PickAndPaintExtension
Q3DC
# ShapePopulationViewer
# ShapeVariationAnalyzer
# SPHARM-PDM
) # Specified as a space separated string, a list or 'NA' if any

# Not available as extension:
# DatabaseInteractorExtension
# GROUPS
# MFSDA_Python

#-----------------------------------------------------------------------------
# Extension dependencies
Expand Down

0 comments on commit c2d1ea2

Please sign in to comment.