]> Creatis software - clitk.git/blobdiff - vv/CMakeLists.txt
Display 'NA' if memory usage is not available
[clitk.git] / vv / CMakeLists.txt
index b14086906fc91d31ea2a7022249e9ebae69d39d7..583bf0dc985b093ba90bb93dfcf59794ab6d9918 100644 (file)
@@ -16,8 +16,9 @@ SET(vv_TOOLS
   vvToolBinarize
   vvToolImageArithm
   vvToolResample
-  vvToolExtractPatient
-  vvToolExtractLung
+#  vvToolExtractPatient
+#  vvToolExtractLung
+  vvToolMIP
   vvToolConvert ## with dummy vvToolConvert.ui
   
   ## these ones are for tests (not working)
@@ -28,6 +29,7 @@ SET(vv_TOOLS
 )
 # dependencies of the 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(vvToolRigidReg_LIBS clitkAffineRegistrationLib clitkRegistrationGgoLib)
 SET(vvToolBinarize_LIBS clitkBinarizeImageLib)
 SET(vvToolResample_LIBS clitkImageResampleLib)
@@ -35,6 +37,7 @@ SET(vvToolConvert_LIBS clitkImageConvertLib)
 SET(vvToolExtractPatient_LIBS clitkSegmentationGgoLib)
 SET(vvToolExtractLung_LIBS clitkSegmentationGgoLib)
 SET(vvToolCropImage_LIBS clitkToolsGgoLib)
+SET(vvToolMIP_LIBS clitkMIPLib clitkToolsGgoLib)
 
 #=========================================================
 # List of vv source files