X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=b466d6146169c4bd124abd710a0c36a6bfa3b3a3;hb=f6ee0125950420d10400194d73bb9fb96f65f088;hp=07cf1719a1d633fe0b547bd8719eecb29da816af;hpb=7e39ed1fa75cd57dfea770353f5286bdcee23c24;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 07cf171..b466d61 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -7,14 +7,24 @@ ELSE(WIN32) ADD_EXECUTABLE(wxContourGUIExample wxContourGUIExample) ENDIF(WIN32) + TARGET_LINK_LIBRARIES( wxContourGUIExample - creaImageIO + Interface_Icons_NDimensions_lib Interface_ManagerContour_NDimensions_lib kernel_ManagerContour_NDimensions_lib - CreaEnvironment - maracasVisuLib - vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon + + ${WXWIDGETS_LIBRARIES} + ${VTK_LIBRARIES} + ${CreaEnvironment_LIBRARIES} + ${creaImageIO_LIBRARIES} + ${maracasVisuLib_LIBRARIES} + +# HORRROOOOR !!! +# creaImageIO +# CreaEnvironment +# maracasVisuLib +# vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon ) INSTALL_TARGETS(/bin/ wxContourGUIExample )