From: guigues Date: Thu, 15 Jan 2009 11:08:21 +0000 (+0000) Subject: Compile with new versions of creatools X-Git-Tag: EED.02Oct2009~74 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5757258860acae97fa0f3449ef1354c87052d213;p=creaContours.git Compile with new versions of creatools --- diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 1990f34..3cb63f8 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -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 ) diff --git a/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt b/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt index 6cb83e1..fde0c9b 100644 --- a/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt +++ b/lib/Interface_ManagerContour_NDimensions/CMakeLists.txt @@ -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} diff --git a/lib/kernel_ManagerContour_NDimensions/CMakeLists.txt b/lib/kernel_ManagerContour_NDimensions/CMakeLists.txt index 1ad684f..591a67b 100644 --- a/lib/kernel_ManagerContour_NDimensions/CMakeLists.txt +++ b/lib/kernel_ManagerContour_NDimensions/CMakeLists.txt @@ -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}