]> Creatis software - crea.git/commitdiff
Desperate try to allow documentation generation
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Jul 2009 16:11:23 +0000 (16:11 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Jul 2009 16:11:23 +0000 (16:11 +0000)
appli/creaNewProject/NewProject/CMakeLists.txt.in

index 9c3227b8c21cbac30f9a966129eb5770e2d1927c..302131f291428cacfb55200fb8a38bc370395e1e 100644 (file)
@@ -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)