X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=3cb63f8387f0e66922a1a5edc678e097eb561ee9;hb=ce5f8eeebd170070f519a200177e74b00180164a;hp=07cf1719a1d633fe0b547bd8719eecb29da816af;hpb=28ef036731a2758d1c2efcf4de582d063b4129ec;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 07cf171..3cb63f8 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -7,14 +7,17 @@ ELSE(WIN32) ADD_EXECUTABLE(wxContourGUIExample wxContourGUIExample) ENDIF(WIN32) + TARGET_LINK_LIBRARIES( wxContourGUIExample - creaImageIO + +# ${WXWIDGETS_LIBRARIES} + ${VTK_LIBRARIES} + ${creaEnvironment_LIBRARIES} + ${creaMaracasVisu_LIBRARIES} + ${creaImageIO_LIBRARIES} Interface_Icons_NDimensions_lib Interface_ManagerContour_NDimensions_lib kernel_ManagerContour_NDimensions_lib - CreaEnvironment - maracasVisuLib - vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon ) INSTALL_TARGETS(/bin/ wxContourGUIExample )