X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=27220a7d04faacee92be52394dadf0a0a7f1d744;hb=09430963c5bab30db53169b3c9793a6b0acbaba3;hp=b466d6146169c4bd124abd710a0c36a6bfa3b3a3;hpb=f6ee0125950420d10400194d73bb9fb96f65f088;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index b466d61..27220a7 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -4,27 +4,21 @@ 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 +# ${WXWIDGETS_LIBRARIES} + ${VTK_LIBRARIES} + ${ITK_LIBRARIES} + ${creaEnvironment_LIBRARIES} + ${creaMaracasVisu_LIBRARIES} + ${creaImageIO_LIBRARIES} Interface_Icons_NDimensions_lib Interface_ManagerContour_NDimensions_lib kernel_ManagerContour_NDimensions_lib - - ${WXWIDGETS_LIBRARIES} - ${VTK_LIBRARIES} - ${CreaEnvironment_LIBRARIES} - ${creaImageIO_LIBRARIES} - ${maracasVisuLib_LIBRARIES} - -# HORRROOOOR !!! -# creaImageIO -# CreaEnvironment -# maracasVisuLib -# vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon ) INSTALL_TARGETS(/bin/ wxContourGUIExample )