]> Creatis software - clitk.git/blobdiff - vv/CMakeLists.txt
Put back and refactored manual rigid registration
[clitk.git] / vv / CMakeLists.txt
index 8ecd3ccb0db23a27a7b7185e7d160fd53650fc1e..320e1948b4c52c09cc451ff3f3cc4e4bc3ab791a 100644 (file)
@@ -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)