X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=0cbafafbf03570a120ec38f2d815700a125c69a6;hb=b1afe238d2f4c78245e1824afd251e08b5216311;hp=5404a75faf3bfc742dd06d67725b0d64dd1178fd;hpb=870c69d4433f861755085ce2e398032223768a94;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 5404a75..0cbafaf 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -72,7 +72,7 @@ SET(vv_SRCS vvLabelImageLoaderWidget.cxx vvToolExtractPatient.cxx vvToolExtractLung.cxx - vvToolPlastimatch.cxx + # vvToolPlastimatch.cxx # vvToolConnectedComponentLabeling.cxx ) @@ -121,7 +121,7 @@ QT4_WRAP_CPP(vv_SRCS vvLabelImageLoaderWidget.h vvToolExtractPatient.h vvToolExtractLung.h - vvToolPlastimatch.h + # vvToolPlastimatch.h # vvToolConnectedComponentLabeling.h ) @@ -156,7 +156,7 @@ QT4_WRAP_UI(vv_UI_CXX qt_ui/vvLabelImageLoaderWidget.ui qt_ui/vvToolExtractPatient.ui qt_ui/vvToolExtractLung.ui - qt_ui/vvToolPlastimatch.ui + # qt_ui/vvToolPlastimatch.ui # qt_ui/vvToolConnectedComponentLabeling.ui ) @@ -211,7 +211,7 @@ ENDIF(WIN32) LINK_DIRECTORIES(${QT_INCLUDES}) ADD_EXECUTABLE(vv ${vv_SRCS} vv.cxx ${vv_UI_CXX} ${EXE_ICON}) -ADD_DEPENDENCIES(vv TOOLS_GGOS SEGMENTATION_GGOS) +ADD_DEPENDENCIES(vv clitkToolsGgoLib clitkSegmentationGgoLib) TARGET_LINK_LIBRARIES(vv clitkDicomRTStruct #Libs for generic filters with long compilation times clitkImageConvertLib