]> Creatis software - creaContours.git/blobdiff - appli/wxContourGUIExample/CMakeLists.txt
sizer fixed
[creaContours.git] / appli / wxContourGUIExample / CMakeLists.txt
index cbfed298fb73491bb4e4c074567dac6ed9044362..3cb63f8387f0e66922a1a5edc678e097eb561ee9 100644 (file)
@@ -7,14 +7,17 @@ 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
-                                               CreaEnvironment
-                                               maracasVisuLib
-                                               vtkImaging  vtkGraphics vtkRendering vtkFiltering vtkCommon
-                                          )
+
+#                     ${WXWIDGETS_LIBRARIES}
+                      ${VTK_LIBRARIES}
+                      ${creaEnvironment_LIBRARIES}
+                      ${creaMaracasVisu_LIBRARIES}
+                      ${creaImageIO_LIBRARIES}
+                       Interface_Icons_NDimensions_lib
+                       Interface_ManagerContour_NDimensions_lib
+                       kernel_ManagerContour_NDimensions_lib
+                     )
 
 INSTALL_TARGETS(/bin/ wxContourGUIExample )