X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=f893d2c18e43883d7e8dcc4e76d01a8d35960364;hb=15f87e1472620aa3c68043a0772c48e6efabb21d;hp=27220a7d04faacee92be52394dadf0a0a7f1d744;hpb=bd4e97f732f7c8154aafbf1bf419c6115e9560c7;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 27220a7..f893d2c 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -7,18 +7,19 @@ ELSE(WIN32) ADD_EXECUTABLE(wxContourGUIExample MACOSX_BUNDLE wxContourGUIExample) ENDIF(WIN32) +INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) TARGET_LINK_LIBRARIES( wxContourGUIExample - # ${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 )