X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=f893d2c18e43883d7e8dcc4e76d01a8d35960364;hb=15f87e1472620aa3c68043a0772c48e6efabb21d;hp=a4d4ac4356c1474b386a179b2ed2f715570d4c75;hpb=5844b74c6fe4f586454a7a118e0e101e4e58ab18;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index a4d4ac4..f893d2c 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -4,27 +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) +INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) 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} + ${creaImageIO2_LIBRARIES} + Interface_Icons_NDimensions_lib + Interface_ManagerContour_NDimensions_lib + kernel_ManagerContour_NDimensions_lib -# HORRROOOOR !!! -# creaImageIO -# CreaEnvironment -# maracasVisuLib -# vtkImaging vtkGraphics vtkRendering vtkFiltering vtkCommon ) INSTALL_TARGETS(/bin/ wxContourGUIExample )