From c336123cf386ff6d95e17ad45029c221276c736e Mon Sep 17 00:00:00 2001 From: dsarrut Date: Wed, 7 Jul 2010 07:08:28 +0000 Subject: [PATCH] add plastimatch tool --- vv/CMakeLists.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index ae9d80a..9b1a005 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -67,7 +67,9 @@ SET(vv_SRCS vvROIActor.cxx vvToolResample.cxx vvBlendImageActor.cxx -# vvToolExtractLung.cxx + vvLabelImageLoaderWidget.cxx + vvToolExtractLung.cxx + vvToolPlastimatch.cxx # vvToolConnectedComponentLabeling.cxx ) #========================================================= @@ -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 ) @@ -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 ) @@ -198,7 +204,7 @@ 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) +TARGET_LINK_LIBRARIES(vv clitkCommon clitkDicomRTStruct clitkFilters clitkSegmentationFilters ${ITK_LIBRARIES} QVTK vtkHybrid) #========================================================= -- 2.45.1