X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=5404a75faf3bfc742dd06d67725b0d64dd1178fd;hb=a4c7c3e6b24a06bfe248f935411e0136184faf97;hp=ae9d80a2b1a86faacdd93c3945f1b2cfdfb17fbc;hpb=ad3d93021a74110799c108e693b18e880c393b58;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index ae9d80a..5404a75 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,9 +69,13 @@ SET(vv_SRCS vvROIActor.cxx vvToolResample.cxx vvBlendImageActor.cxx -# vvToolExtractLung.cxx + vvLabelImageLoaderWidget.cxx + vvToolExtractPatient.cxx + vvToolExtractLung.cxx + vvToolPlastimatch.cxx # vvToolConnectedComponentLabeling.cxx - ) +) + #========================================================= #========================================================= @@ -94,6 +100,7 @@ QT4_WRAP_CPP(vv_SRCS vvSlicerManager.h vvStructSelector.h vvIntensityValueSlider.h + vvThreadedFilter.h vvToolCreatorBase.h # vvToolFoo.h # vvToolFooWithWidgetBase.h @@ -111,7 +118,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 +153,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 ) @@ -198,7 +211,16 @@ ENDIF(WIN32) LINK_DIRECTORIES(${QT_INCLUDES}) ADD_EXECUTABLE(vv ${vv_SRCS} vv.cxx ${vv_UI_CXX} ${EXE_ICON}) -TARGET_LINK_LIBRARIES(vv clitkCommon clitkDicomRTStruct clitkFilters ${ITK_LIBRARIES} QVTK vtkHybrid) +ADD_DEPENDENCIES(vv TOOLS_GGOS SEGMENTATION_GGOS) +TARGET_LINK_LIBRARIES(vv clitkDicomRTStruct +#Libs for generic filters with long compilation times +clitkImageConvertLib +clitkImageResampleLib +clitkBinarizeImageLib +#Libs for _ggo.c files +clitkSegmentationGgoLib clitkToolsGgoLib +clitkRegistrationGgoLib +clitkCommon ${ITK_LIBRARIES} QVTK vtkHybrid) #=========================================================