]> Creatis software - creaContours.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 31 May 2011 08:40:29 +0000 (08:40 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 31 May 2011 08:40:29 +0000 (08:40 +0000)
appli/wxContourGUIExample/CMakeLists.txt

index 3c6d9829da6fae8e3378de0c074d15759aeeb0bd..30d5cac3fc87fdc5e30fcd1734ada2e0b3134375 100644 (file)
@@ -14,7 +14,13 @@ INCLUDE_DIRECTORIES(${creaImageIO2_INCLUDE_DIRS})
 TARGET_LINK_LIBRARIES( creaContourApp
 #                     ${WXWIDGETS_LIBRARIES}
                       ${VTK_LIBRARIES}
-                      ${ITK_LIBRARIES}
+
+#EED 31/05/2011               ${ITK_LIBRARIES}
+                       ITKCommon
+                       ITKIO
+                       ITKBasicFilters
+                       ITKAlgorithms
+
                       ${creaEnvironment_LIBRARIES}
                       ${creaMaracasVisu_LIBRARIES}
                       ${creaImageIO_LIBRARIES}
@@ -22,7 +28,6 @@ TARGET_LINK_LIBRARIES( creaContourApp
                        Interface_ManagerContour_NDimensions_lib
                        kernel_ManagerContour_NDimensions_lib
                       ${BOOST_LIBRARIES}
-
                      )
 
 INSTALL_TARGETS(/bin/ creaContourApp )