X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=9b1a0052e13520438f9fcfd1fbdc9f303fa3e56f;hb=74568fd461746fc0c842960277174df43050a935;hp=45f69e46959518c61c0c5170c869595f860628f4;hpb=5c1fbf6191e43008127fae477cfda58abe04adbe;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 45f69e4..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 )