X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=3cb63f8387f0e66922a1a5edc678e097eb561ee9;hb=ce5f8eeebd170070f519a200177e74b00180164a;hp=a4d4ac4356c1474b386a179b2ed2f715570d4c75;hpb=5844b74c6fe4f586454a7a118e0e101e4e58ab18;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index a4d4ac4..3cb63f8 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -10,21 +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 )