X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=f893d2c18e43883d7e8dcc4e76d01a8d35960364;hb=15f87e1472620aa3c68043a0772c48e6efabb21d;hp=f9fcb095c30412413089b71ec44d7d592f57c28f;hpb=5f69925be7d36a7cf57f927ef096570a14e5d51d;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index f9fcb09..f893d2c 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -7,6 +7,7 @@ ELSE(WIN32) ADD_EXECUTABLE(wxContourGUIExample MACOSX_BUNDLE wxContourGUIExample) ENDIF(WIN32) +INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) TARGET_LINK_LIBRARIES( wxContourGUIExample # ${WXWIDGETS_LIBRARIES} @@ -18,6 +19,7 @@ TARGET_LINK_LIBRARIES( wxContourGUIExample Interface_Icons_NDimensions_lib Interface_ManagerContour_NDimensions_lib kernel_ManagerContour_NDimensions_lib + ) INSTALL_TARGETS(/bin/ wxContourGUIExample )