From: jean-pierre roux Date: Wed, 15 Jul 2009 16:11:23 +0000 (+0000) Subject: Desperate try to allow documentation generation X-Git-Tag: EED.02Oct2009~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b3081c510018e9c63b6efb3882c154b047f69924;p=crea.git Desperate try to allow documentation generation --- diff --git a/appli/creaNewProject/NewProject/CMakeLists.txt.in b/appli/creaNewProject/NewProject/CMakeLists.txt.in index 9c3227b..302131f 100644 --- a/appli/creaNewProject/NewProject/CMakeLists.txt.in +++ b/appli/creaNewProject/NewProject/CMakeLists.txt.in @@ -62,8 +62,9 @@ MARK_AS_ADVANCED( ${PROJECT_BINARY_DIR} # // if the previous one is not enough : (JPRx) - # Add here the directories holding the .h you need - # ${PROJECT_SOURCE_DIR}/lib/_YOUR_OWN_LIBRARY_DIRECTORY_ + # Add here the directories holding the .h you need + + # ${PROJECT_SOURCE_DIR}/lib/_YOUR_OWN_LIBRARY_SOURCE_DIRECTORY_ ) #================================== @@ -73,6 +74,14 @@ MARK_AS_ADVANCED( INCLUDE(${PROJECT_SOURCE_DIR}/cmake/UserRootCMakeLists.cmake) #================================== +# Where to generate documentation +# (desperate try; JPR) + +SET(BBTK_DOC_BUILD_PATH + ${PROJECT_BINARY_DIR}/doc + ) +#================================== + # Subdirs SUBDIRS(lib) SUBDIRS(appli)