X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=953818b8a72f6304fb53a96d64a1d1937d753380;hb=4869f867cf8247c1c3432efa8d483899991eae30;hp=cbfed298fb73491bb4e4c074567dac6ed9044362;hpb=d3df780956bc4fb8ae402a0cad37b7347e2e459a;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index cbfed29..953818b 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -4,17 +4,22 @@ 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 - creaImageIO - Interface_Icons_NDimensions_lib - Interface_ManagerContour_NDimensions_lib - kernel_ManagerContour_NDimensions_lib - CreaEnvironment - maracasVisuLib - vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon - ) + +# ${WXWIDGETS_LIBRARIES} + ${VTK_LIBRARIES} + ${ITK_LIBRARIES} + ${creaEnvironment_LIBRARIES} + ${creaMaracasVisu_LIBRARIES} +# ${creaImageIO_LIBRARIES} + ${creaImageIO2_LIBRARIES} + Interface_Icons_NDimensions_lib + Interface_ManagerContour_NDimensions_lib + kernel_ManagerContour_NDimensions_lib + ) INSTALL_TARGETS(/bin/ wxContourGUIExample )