X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=ef609de6b144dcd6eb7bd5d5cd526465c18c1a4f;hb=771693e697633fa631dbaa4823404eb2890136e5;hp=c65e969329caeeebf09e11d10b2afc88c83122a2;hpb=192dfdf774a06066eff90e9c50916723c8592706;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index c65e969..ef609de 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -7,14 +7,18 @@ 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 - NDimensionsEnvironment - maracasVisuLib - vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon - ) + +# ${WXWIDGETS_LIBRARIES} + ${VTK_LIBRARIES} + ${ITK_LIBRARIES} + ${creaEnvironment_LIBRARIES} + ${creaMaracasVisu_LIBRARIES} + ${creaImageIO_LIBRARIES} + Interface_Icons_NDimensions_lib + Interface_ManagerContour_NDimensions_lib + kernel_ManagerContour_NDimensions_lib + ) INSTALL_TARGETS(/bin/ wxContourGUIExample )