X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=f893d2c18e43883d7e8dcc4e76d01a8d35960364;hb=refs%2Ftags%2FEED.02Oct2009;hp=f9fcb095c30412413089b71ec44d7d592f57c28f;hpb=9071d3e7262b9e36c07416b42e58bb3b8dc126a0;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 )