X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=583bf0dc985b093ba90bb93dfcf59794ab6d9918;hb=91dc23d0440db7c36cabdb46271bebe30a28819c;hp=b14086906fc91d31ea2a7022249e9ebae69d39d7;hpb=db9faf3b7acb2c8a6a6bb8fcee685f1bf45e0b3a;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index b140869..583bf0d 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -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