From: dsarrut Date: Fri, 18 Mar 2011 12:48:44 +0000 (+0000) Subject: Add new resampleImageLib X-Git-Tag: v1.2.0~152 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=20185032e7c9fc84bdae889aee146e4a19d33ef9;p=clitk.git Add new resampleImageLib --- diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 583bf0d..2383616 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -11,7 +11,7 @@ endif(COMMAND cmake_policy) #List of vv tools to compile SET(vv_TOOLS vvToolMedianFilter - vvToolRigidReg ## Very long to compile +# vvToolRigidReg ## Very long to compile vvToolCropImage vvToolBinarize vvToolImageArithm @@ -32,7 +32,7 @@ SET(vv_TOOLS # >> add the relevant $_LIBS variable to the tool that has dependencies? SET(vvToolRigidReg_LIBS clitkAffineRegistrationLib clitkRegistrationGgoLib) SET(vvToolBinarize_LIBS clitkBinarizeImageLib) -SET(vvToolResample_LIBS clitkImageResampleLib) +SET(vvToolResample_LIBS clitkResampleImageLib) SET(vvToolConvert_LIBS clitkImageConvertLib) SET(vvToolExtractPatient_LIBS clitkSegmentationGgoLib) SET(vvToolExtractLung_LIBS clitkSegmentationGgoLib)