X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=f9fcb095c30412413089b71ec44d7d592f57c28f;hb=8e43346f916bb1b027660dd175241d5d611ba9a0;hp=1990f34aad83b176555f853080546851128b35e6;hpb=6e3c929c883c405e0075fa8df10b12a935979367;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 1990f34..f9fcb09 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -4,26 +4,20 @@ IF(WIN32) ADD_EXECUTABLE(wxContourGUIExample WIN32 wxContourGUIExample.cxx) SET_TARGET_PROPERTIES(wxContourGUIExample PROPERTIES LINK_FLAGS /subsystem:console ) ELSE(WIN32) - ADD_EXECUTABLE(wxContourGUIExample wxContourGUIExample) + ADD_EXECUTABLE(wxContourGUIExample MACOSX_BUNDLE wxContourGUIExample) ENDIF(WIN32) TARGET_LINK_LIBRARIES( wxContourGUIExample - - Interface_Icons_NDimensions_lib - Interface_ManagerContour_NDimensions_lib - kernel_ManagerContour_NDimensions_lib # ${WXWIDGETS_LIBRARIES} ${VTK_LIBRARIES} + ${ITK_LIBRARIES} ${creaEnvironment_LIBRARIES} - ${creaImageIO_LIBRARIES} ${creaMaracasVisu_LIBRARIES} - -# HORRROOOOR !!! -# creaImageIO -# CreaEnvironment -# maracasVisuLib -# vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon + ${creaImageIO2_LIBRARIES} + Interface_Icons_NDimensions_lib + Interface_ManagerContour_NDimensions_lib + kernel_ManagerContour_NDimensions_lib ) INSTALL_TARGETS(/bin/ wxContourGUIExample )