From: Eduardo Davila Date: Tue, 31 May 2011 08:40:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff_plain;h=93df85540490c67ae0b4fb02adab2d7c756890da *** empty log message *** --- diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 3c6d982..30d5cac 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -14,7 +14,13 @@ INCLUDE_DIRECTORIES(${creaImageIO2_INCLUDE_DIRS}) TARGET_LINK_LIBRARIES( creaContourApp # ${WXWIDGETS_LIBRARIES} ${VTK_LIBRARIES} - ${ITK_LIBRARIES} + +#EED 31/05/2011 ${ITK_LIBRARIES} + ITKCommon + ITKIO + ITKBasicFilters + ITKAlgorithms + ${creaEnvironment_LIBRARIES} ${creaMaracasVisu_LIBRARIES} ${creaImageIO_LIBRARIES} @@ -22,7 +28,6 @@ TARGET_LINK_LIBRARIES( creaContourApp Interface_ManagerContour_NDimensions_lib kernel_ManagerContour_NDimensions_lib ${BOOST_LIBRARIES} - ) INSTALL_TARGETS(/bin/ creaContourApp )