X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=6ca83968568c50fcd8650b44fed169938c97e150;hb=66a4bff990bd2ae586bebfc08e6062936d23d758;hp=7e13b12b3fa31339818ee3154435e3045acd6482;hpb=e708582890594ec3f3d94bd60fee2207882a8264;p=creaMaracasVisu.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e13b12..6ca8396 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,9 @@ CREA_PREVENT_IN_SOURCE_BUILD() SET(USE_WXWIDGETS ON) SET(USE_VTK ON) SET(USE_ITK ON) -SET(USE_BOOST OFF) +SET(USE_BOOST ON) + +OPTION (${PROJECT_NAME}_DOC "${PROJECT_NAME}_DOC" OFF) CREA_FIND_AND_USE_LIBRARIES() @@ -46,7 +48,7 @@ SUBDIRS(lib) SUBDIRS(bbtk) SUBDIRS(install) -INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/Data/Icons ) +INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/data/Icons )