From 93df85540490c67ae0b4fb02adab2d7c756890da Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 31 May 2011 08:40:29 +0000 Subject: [PATCH] *** empty log message *** --- appli/wxContourGUIExample/CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ) -- 2.45.0