]> Creatis software - clitk.git/blobdiff - vv/CMakeLists.txt
remove debug
[clitk.git] / vv / CMakeLists.txt
index 86fc0649e10810d5cbe57c640247bf50072244d7..4d7079e10dc0b354b0d7597cc2e14a8c4d0ef538 100644 (file)
@@ -12,10 +12,10 @@ SET(vv_TOOLS
   vvToolWidgetBase
 #  vvToolWidgetWithStepsBase
   vvToolMedianFilter
-  vvToolRigidReg
+#  vvToolRigidReg
 #  vvToolFoo
 #  vvToolFooWithWidgetBase
-  vvToolCropImage
+#  vvToolCropImage
   vvToolBinarize
   vvToolSimpleInputSelectorWidget
   vvToolInputSelectorWidget
@@ -24,7 +24,7 @@ SET(vv_TOOLS
   vvToolResample
   vvToolExtractPatient
   vvToolExtractLung
-  # vvToolPlastimatch
+ vvToolPlastimatch
 #  vvToolConnectedComponentLabeling
 )
 #dependencies of the tools
@@ -199,7 +199,7 @@ clitkBinarizeImageLib
 #Libs for _ggo.c files
 clitkSegmentationGgoLib clitkToolsGgoLib
 clitkRegistrationGgoLib
-clitkCommon ${ITK_LIBRARIES} QVTK vtkHybrid)
+)
 
 #=========================================================
 #Add each tool's dependencies
@@ -207,6 +207,12 @@ foreach(tool ${vv_TOOLS})
     target_link_libraries(vv ${${tool}_LIBS})
 endforeach(tool)
 
+#=========================================================
+#Add Foundation Libraries (this should be after our libraries, since we depend
+#on them)
+TARGET_LINK_LIBRARIES(vv
+clitkCommon ${ITK_LIBRARIES} QVTK vtkHybrid)
+
 #=========================================================
 # Install options (also used by CPack)
 IF(UNIX AND NOT APPLE)