X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=9b1a0052e13520438f9fcfd1fbdc9f303fa3e56f;hb=f34fdef46fa656a1eb32271c0b9bf7d81bc7fc35;hp=b68af54d940b32686036140c1ab96d973eaa2724;hpb=e5668c0a55ca5387e61292f93b8517d723a06f84;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index b68af54..9b1a005 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -49,7 +49,7 @@ SET(vv_SRCS vvToolManager.cxx vvToolCreatorBase.cxx vvToolWidgetBase.cxx - vvToolWidgetWithStepsBase.cxx +# vvToolWidgetWithStepsBase.cxx vvToolMedianFilter.cxx vvToolRigidReg.cxx # vvToolFoo.cxx @@ -67,7 +67,9 @@ SET(vv_SRCS vvROIActor.cxx vvToolResample.cxx vvBlendImageActor.cxx -# vvToolExtractLung.cxx + vvLabelImageLoaderWidget.cxx + vvToolExtractLung.cxx + vvToolPlastimatch.cxx # vvToolConnectedComponentLabeling.cxx ) #========================================================= @@ -103,7 +105,7 @@ QT4_WRAP_CPP(vv_SRCS vvToolSimpleInputSelectorWidget.h vvToolInputSelectorWidget.h vvToolWidgetBase.h - vvToolWidgetWithStepsBase.h +# vvToolWidgetWithStepsBase.h vvToolCropImage.h vvToolImageArithm.h vvToolConvert.h @@ -111,7 +113,9 @@ QT4_WRAP_CPP(vv_SRCS vvStructureSetActor.h vvROIActor.h vvToolResample.h -# vvToolExtractLung.h + vvLabelImageLoaderWidget.h + vvToolExtractLung.h + vvToolPlastimatch.h # vvToolConnectedComponentLabeling.h ) @@ -134,7 +138,7 @@ QT4_WRAP_UI(vv_UI_CXX qt_ui/vvToolSimpleInputSelectorWidget.ui qt_ui/vvToolInputSelectorWidget.ui qt_ui/vvToolWidgetBase.ui - qt_ui/vvToolWidgetWithStepsBase.ui +# qt_ui/vvToolWidgetWithStepsBase.ui qt_ui/vvToolMedianFilter.ui qt_ui/vvToolRigidReg.ui # qt_ui/vvToolFoo.ui @@ -143,7 +147,9 @@ QT4_WRAP_UI(vv_UI_CXX qt_ui/vvToolImageArithm.ui qt_ui/vvToolStructureSetManager.ui qt_ui/vvToolResample.ui -# qt_ui/vvToolExtractLung.ui + qt_ui/vvLabelImageLoaderWidget.ui + qt_ui/vvToolExtractLung.ui + qt_ui/vvToolPlastimatch.ui # qt_ui/vvToolConnectedComponentLabeling.ui )