]> Creatis software - creaContours.git/blobdiff - appli/wxContourGUIExample/CMakeLists.txt
*** empty log message ***
[creaContours.git] / appli / wxContourGUIExample / CMakeLists.txt
index 07cf1719a1d633fe0b547bd8719eecb29da816af..b466d6146169c4bd124abd710a0c36a6bfa3b3a3 100644 (file)
@@ -7,14 +7,24 @@ 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}
+                      ${creaImageIO_LIBRARIES}
+                      ${maracasVisuLib_LIBRARIES}
+
+# HORRROOOOR !!!
+#                       creaImageIO    
+#                       CreaEnvironment
+#                       maracasVisuLib
+#                       vtkImaging  vtkGraphics vtkRendering vtkFiltering vtkCommon
                      )
 
 INSTALL_TARGETS(/bin/ wxContourGUIExample )