X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vv%2FCMakeLists.txt;h=41f3b649abe1e2caf34b085ae5db2a3bfd10c617;hb=a26cd8a19e1b9ad8344ab501436045f171a73713;hp=45f69e46959518c61c0c5170c869595f860628f4;hpb=5c1fbf6191e43008127fae477cfda58abe04adbe;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 45f69e4..41f3b64 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -21,6 +21,7 @@ SET(vv_SRCS vvSurfaceViewerDialog.cxx vvMainWindowBase.cxx vvMainWindow.cxx + vvProgressDialog.cxx vvDeformationDialog.cxx vvImageWarp.cxx vvDeformableRegistration.cxx @@ -46,6 +47,7 @@ SET(vv_SRCS vvMidPosition.cxx vvImageMapToWLColors.cxx vvIntensityValueSlider.cxx + vvThreadedFilter.cxx vvToolManager.cxx vvToolCreatorBase.cxx vvToolWidgetBase.cxx @@ -67,7 +69,10 @@ SET(vv_SRCS vvROIActor.cxx vvToolResample.cxx vvBlendImageActor.cxx -# vvToolExtractLung.cxx + vvLabelImageLoaderWidget.cxx + vvToolExtractPatient.cxx + vvToolExtractLung.cxx + vvToolPlastimatch.cxx # vvToolConnectedComponentLabeling.cxx ) #========================================================= @@ -94,6 +99,7 @@ QT4_WRAP_CPP(vv_SRCS vvSlicerManager.h vvStructSelector.h vvIntensityValueSlider.h + vvThreadedFilter.h vvToolCreatorBase.h # vvToolFoo.h # vvToolFooWithWidgetBase.h @@ -111,7 +117,10 @@ QT4_WRAP_CPP(vv_SRCS vvStructureSetActor.h vvROIActor.h vvToolResample.h -# vvToolExtractLung.h + vvLabelImageLoaderWidget.h + vvToolExtractPatient.h + vvToolExtractLung.h + vvToolPlastimatch.h # vvToolConnectedComponentLabeling.h ) @@ -143,7 +152,10 @@ 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/vvToolExtractPatient.ui + qt_ui/vvToolExtractLung.ui + qt_ui/vvToolPlastimatch.ui # qt_ui/vvToolConnectedComponentLabeling.ui )