X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=30d5cac3fc87fdc5e30fcd1734ada2e0b3134375;hb=93df85540490c67ae0b4fb02adab2d7c756890da;hp=3c6d9829da6fae8e3378de0c074d15759aeeb0bd;hpb=4d0e6ea16856f0165e6858a7e1044e35d7b94aa9;p=creaContours.git 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 )