]> Creatis software - creaContours.git/commitdiff
Compile with new versions of creatools
authorguigues <guigues>
Thu, 15 Jan 2009 11:08:21 +0000 (11:08 +0000)
committerguigues <guigues>
Thu, 15 Jan 2009 11:08:21 +0000 (11:08 +0000)
appli/wxContourGUIExample/CMakeLists.txt
lib/Interface_ManagerContour_NDimensions/CMakeLists.txt
lib/kernel_ManagerContour_NDimensions/CMakeLists.txt

index 1990f34aad83b176555f853080546851128b35e6..3cb63f8387f0e66922a1a5edc678e097eb561ee9 100644 (file)
@@ -10,20 +10,14 @@ ENDIF(WIN32)
 
 TARGET_LINK_LIBRARIES( wxContourGUIExample
 
-                       Interface_Icons_NDimensions_lib
-                       Interface_ManagerContour_NDimensions_lib
-                       kernel_ManagerContour_NDimensions_lib
 #                     ${WXWIDGETS_LIBRARIES}
                       ${VTK_LIBRARIES}
                       ${creaEnvironment_LIBRARIES}
-                      ${creaImageIO_LIBRARIES}
                       ${creaMaracasVisu_LIBRARIES}
-
-# HORRROOOOR !!!
-#                       creaImageIO    
-#                       CreaEnvironment
-#                       maracasVisuLib
-#                       vtkImaging  vtkGraphics vtkRendering vtkFiltering vtkCommon
+                      ${creaImageIO_LIBRARIES}
+                       Interface_Icons_NDimensions_lib
+                       Interface_ManagerContour_NDimensions_lib
+                       kernel_ManagerContour_NDimensions_lib
                      )
 
 INSTALL_TARGETS(/bin/ wxContourGUIExample )
index 6cb83e13982c1b7f8229d07b1460f281fb464ff7..fde0c9b6d4ecb970a60e552cec37f229ef783a46 100644 (file)
@@ -38,7 +38,7 @@ IF ( BUILD_${LIBRARY_NAME} )
   #----------------------------------------------------------------------------
   # LIBRARY DEPENDENCIES (LIBRARIES TO LINK WITH)
   SET ( ${LIBRARY_NAME}_LINK_LIBRARIES
-       #kernel_ManagerContour_NDimensions_lib
+       kernel_ManagerContour_NDimensions_lib
      Interface_Icons_NDimensions_lib
      ${crea_LIBRARIES}
     ${WXWIDGETS_LIBRARIES}
index 1ad684f12a9e798ca6d7a82d3f209f9a42b08f4e..591a67ba207a66e370926480bfe0e574fc4dc231 100644 (file)
@@ -38,11 +38,14 @@ IF ( BUILD_${LIBRARY_NAME} )
 
   #----------------------------------------------------------------------------
   # LIBRARY DEPENDENCIES (LIBRARIES TO LINK WITH)
+
+#  MESSAGE(ERROR         ${creaMaracasVisu_LIBRARIES})
   SET ( ${LIBRARY_NAME}_LINK_LIBRARIES
        #NDimensionsEnvironment
     ${crea_LIBRARIES}
     ${WXWIDGETS_LIBRARIES}
     ${VTK_LIBRARIES}
+    ${creaMaracasVisu_LIBRARIES}
     #    ${ITK_LIBRARIES}
     #    ${GDCM_LIBRARIES}
     #    ${BOOST_LIBRARIES}