Skip to content

Commit

Permalink
ENH: Add BoneTextureExtension and EasyClip as dependency
Browse files Browse the repository at this point in the history
Corresponding extensions are now available on Linux, macOS and Windows

See #1
  • Loading branch information
jcfr committed Mar 19, 2020
1 parent 4c28ea6 commit cd0b458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ set(EXTENSION_DESCRIPTION "Dental image analysis to support patient-specific dec
set(EXTENSION_ICONURL "https://raw.githubusercontent.com/DCBIA-OrthoLab/SlicerCMF/master/SlicerCMF.png")
set(EXTENSION_SCREENSHOTURLS "http://www.example.com/Slicer/Extensions/SlicerCMF/Screenshots/1.png")
set(EXTENSION_DEPENDS
# BoneTextureExtension
# EasyClip
BoneTextureExtension
CMFreg
EasyClip
MeshToLabelMap
MeshStatisticsExtension
ModelToModelDistance
Expand All @@ -22,7 +22,7 @@ set(EXTENSION_DEPENDS
# ShapePopulationViewer
# ShapeVariationAnalyzer
# SPHARM-PDM
) # Specified as a space separated string, a list or 'NA' if any
) # Specified as a list or 'NA' if any

# Not available as extension:
# DatabaseInteractorExtension
Expand Down

0 comments on commit cd0b458

Please sign in to comment.