From: Eduardo Davila Date: Wed, 16 Sep 2009 14:04:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EED.02Oct2009~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff_plain;h=15f87e1472620aa3c68043a0772c48e6efabb21d *** empty log message *** --- 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 )