X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=320e1948b4c52c09cc451ff3f3cc4e4bc3ab791a;hb=f08c6ee2ae829766aa8871f76feab9bca7d8afd1;hp=8ecd3ccb0db23a27a7b7185e7d160fd53650fc1e;hpb=2d3e3c8a30523b08b10e29af21f6002f28883404;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 8ecd3cc..320e194 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -12,7 +12,7 @@ endif(COMMAND cmake_policy) #List of vv tools to compile SET(vv_TOOLS vvToolMedianFilter -# vvToolRigidReg ## Very long to compile + vvToolRigidReg vvToolCropImage vvToolBinarize vvToolImageArithm @@ -32,7 +32,6 @@ 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) SET(vvToolBinarize_LIBS clitkBinarizeImageLib) SET(vvToolResample_LIBS clitkResampleImageLib) SET(vvToolConvert_LIBS clitkImageConvertLib)