]> Creatis software - creaContours.git/blobdiff - appli/wxContourGUIExample/CMakeLists.txt
Added ITK Segmentation Algorithm
[creaContours.git] / appli / wxContourGUIExample / CMakeLists.txt
index c65e969329caeeebf09e11d10b2afc88c83122a2..ef609de6b144dcd6eb7bd5d5cd526465c18c1a4f 100644 (file)
@@ -7,14 +7,18 @@ ELSE(WIN32)
   ADD_EXECUTABLE(wxContourGUIExample wxContourGUIExample)
 ENDIF(WIN32)
 
+
 TARGET_LINK_LIBRARIES( wxContourGUIExample
-                                               creaImageIO     
-                                               Interface_Icons_NDimensions_lib
-                                               Interface_ManagerContour_NDimensions_lib
-                                               kernel_ManagerContour_NDimensions_lib
-                                               NDimensionsEnvironment
-                                               maracasVisuLib
-                                               vtkImaging  vtkGraphics vtkRendering vtkFiltering vtkCommon
-                                          )
+
+#                     ${WXWIDGETS_LIBRARIES}
+                      ${VTK_LIBRARIES}
+                      ${ITK_LIBRARIES}
+                      ${creaEnvironment_LIBRARIES}
+                      ${creaMaracasVisu_LIBRARIES}
+                      ${creaImageIO_LIBRARIES}
+                       Interface_Icons_NDimensions_lib
+                       Interface_ManagerContour_NDimensions_lib
+                       kernel_ManagerContour_NDimensions_lib
+                     )
 
 INSTALL_TARGETS(/bin/ wxContourGUIExample )