X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=84ffae065db79a01b961670ff500f14ab79e9c43;hb=ab206a7a4b46ce4289cf26690114e84b215e5a83;hp=ec1529e310227620d5390e5aba827a9690530242;hpb=4d95e8a4680c1f0e635da4a36b336d316f16b8ba;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index ec1529e..84ffae0 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -19,7 +19,7 @@ SET(vv_TOOLS vvToolResample # vvToolExtractPatient # vvToolExtractLung -#vvToolStructureSetManager + vvToolStructureSetManager vvToolMIP vvToolConvert ## with dummy vvToolConvert.ui @@ -93,7 +93,9 @@ SET(vv_SRCS vvThreadedFilter.cxx vvImageContour.cxx vvBinaryImageOverlayActor.cxx - #vvStructureSetActor.cxx + vvStructureSetActor.cxx + vvSaveState.cxx + vvReadState.cxx vvROIActor.cxx vvBlendImageActor.cxx vvToolManager.cxx @@ -112,7 +114,7 @@ QT4_WRAP_CPP(vv_SRCS vvQDicomSeriesSelector.h vvSlicerManager.h vvThreadedFilter.h - #vvStructureSetActor.h + vvStructureSetActor.h vvROIActor.h vvToolCreatorBase.h )