]> Creatis software - creaContours.git/blobdiff - appli/wxContourGUIExample/CMakeLists.txt
no message
[creaContours.git] / appli / wxContourGUIExample / CMakeLists.txt
index f9fcb095c30412413089b71ec44d7d592f57c28f..9c488fbcc9b3ca70609ee335d3ed42d040c13d7b 100644 (file)
@@ -7,6 +7,9 @@ ELSE(WIN32)
   ADD_EXECUTABLE(wxContourGUIExample MACOSX_BUNDLE wxContourGUIExample)
 ENDIF(WIN32)
 
+INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
+INCLUDE_DIRECTORIES(${creaImageIO2_INCLUDE_DIRS})
+
 
 TARGET_LINK_LIBRARIES( wxContourGUIExample
 #                     ${WXWIDGETS_LIBRARIES}
@@ -18,6 +21,8 @@ TARGET_LINK_LIBRARIES( wxContourGUIExample
                        Interface_Icons_NDimensions_lib
                        Interface_ManagerContour_NDimensions_lib
                        kernel_ManagerContour_NDimensions_lib
+                      ${BOOST_LIBRARIES}
+
                      )
 
 INSTALL_TARGETS(/bin/ wxContourGUIExample )