From: dsarrut Date: Wed, 30 Jun 2010 06:36:54 +0000 (+0000) Subject: remove segFilter X-Git-Tag: v1.2.0~574 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ad3d93021a74110799c108e693b18e880c393b58;p=clitk.git remove segFilter --- diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 45f69e4..ae9d80a 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -198,7 +198,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 clitkSegmentationFilters ${ITK_LIBRARIES} QVTK vtkHybrid) +TARGET_LINK_LIBRARIES(vv clitkCommon clitkDicomRTStruct clitkFilters ${ITK_LIBRARIES} QVTK vtkHybrid) #=========================================================