]> Creatis software - clitk.git/commitdiff
fix linking problem
authorschaerer <schaerer>
Thu, 14 Oct 2010 13:33:00 +0000 (13:33 +0000)
committerschaerer <schaerer>
Thu, 14 Oct 2010 13:33:00 +0000 (13:33 +0000)
vv/CMakeLists.txt

index 86fc0649e10810d5cbe57c640247bf50072244d7..e76b0945eae57f647e1693010381126288c55f0a 100644 (file)
@@ -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)