X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FCMakeLists.txt;h=9c488fbcc9b3ca70609ee335d3ed42d040c13d7b;hb=722da70b1d42853dab5333dddc5597ec6cdf40ec;hp=22137635a831f826960bb971952000094e86651e;hpb=e6d3c7fac51c377ad9550abe714065b470ad7eb6;p=creaContours.git diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 2213763..9c488fb 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -10,6 +10,7 @@ ENDIF(WIN32) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(${creaImageIO2_INCLUDE_DIRS}) + TARGET_LINK_LIBRARIES( wxContourGUIExample # ${WXWIDGETS_LIBRARIES} ${VTK_LIBRARIES} @@ -19,7 +20,8 @@ TARGET_LINK_LIBRARIES( wxContourGUIExample ${creaImageIO2_LIBRARIES} Interface_Icons_NDimensions_lib Interface_ManagerContour_NDimensions_lib - kernel_ManagerContour_NDimensions_lib + kernel_ManagerContour_NDimensions_lib + ${BOOST_LIBRARIES} )