X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fsrc1%2FCMakeLists.txt;h=5cf7902fc32a0d3a69ccebfe92632de67450569c;hb=f69198ff252050f64bffb1e0c3144fd2d67d796d;hp=ad13ca330ad1d2f39af6cc7c1357005e8ef3f52c;hpb=bfe428592699ed649b39cd94ddf55a4ffebc92c6;p=creaBruker.git diff --git a/lib/src1/CMakeLists.txt b/lib/src1/CMakeLists.txt index ad13ca3..5cf7902 100644 --- a/lib/src1/CMakeLists.txt +++ b/lib/src1/CMakeLists.txt @@ -66,7 +66,10 @@ IF ( BUILD_${LIBRARY_NAME} ) lib/src1/ lib/src1/../../../ ) - + OPTION( BUILD_DOXYGEN_DOC "Build doxygen doc ?" OFF) +IF(BUILD_DOXYGEN_DOC) + SUBDIRS(doxygen) +ENDIF(BUILD_DOXYGEN_DOC) #---------------------------------------------------------------------------- # MACRO WHICH DOES ALL THE JOB : BUILD AND INSTALL