X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=ef609de6b144dcd6eb7bd5d5cd526465c18c1a4f;hb=771693e697633fa631dbaa4823404eb2890136e5;hp=b466d6146169c4bd124abd710a0c36a6bfa3b3a3;hpb=f6ee0125950420d10400194d73bb9fb96f65f088;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index b466d61..ef609de 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -10,21 +10,15 @@ ENDIF(WIN32) TARGET_LINK_LIBRARIES( wxContourGUIExample +# ${WXWIDGETS_LIBRARIES} + ${VTK_LIBRARIES} + ${ITK_LIBRARIES} + ${creaEnvironment_LIBRARIES} + ${creaMaracasVisu_LIBRARIES} + ${creaImageIO_LIBRARIES} Interface_Icons_NDimensions_lib Interface_ManagerContour_NDimensions_lib kernel_ManagerContour_NDimensions_lib - - ${WXWIDGETS_LIBRARIES} - ${VTK_LIBRARIES} - ${CreaEnvironment_LIBRARIES} - ${creaImageIO_LIBRARIES} - ${maracasVisuLib_LIBRARIES} - -# HORRROOOOR !!! -# creaImageIO -# CreaEnvironment -# maracasVisuLib -# vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon ) INSTALL_TARGETS(/bin/ wxContourGUIExample )