]> Creatis software - clitk.git/blobdiff - vv/CMakeLists.txt
Merge branch 'VTK6_Qt5_Profile' into VTK6_Qt5
[clitk.git] / vv / CMakeLists.txt
index 11c3b1f805cb1824426604dba1d941fc0900e771..4b0932de656d8fd004d1df5edc918fec74851d67 100644 (file)
@@ -21,7 +21,9 @@ set(vv_TOOLS
   vvToolConvert ## with dummy vvToolConvert.ui
   vvToolROIManager
   vvToolSegmentation
+  vvToolProfile
   ## these ones are for tests (not working)
+  # vvToolTest
   # vvToolFoo
   # vvToolFooWithWidgetBase
   # vvToolPlastimatch
@@ -35,6 +37,7 @@ set(vv_TOOLS
 # Future issues : when tool depend on other tools ... how to manage that ?
 #  >> add the relevant $_LIBS variable to the tool that has dependencies?
 set(vvToolBinarize_LIBS clitkBinarizeImageLib)
+set(vvToolProfile_LIBS clitkProfileImageLib)
 set(vvToolResample_LIBS clitkResampleImageLib)
 set(vvToolConvert_LIBS clitkImageConvertLib)
 set(vvToolExtractPatient_LIBS clitkSegmentationGgoLib)