]> Creatis software - crea.git/commitdiff
Add usefull comments
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 16 Jul 2009 14:17:00 +0000 (14:17 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 16 Jul 2009 14:17:00 +0000 (14:17 +0000)
appli/creaNewProject/NewProject/CMakeLists.txt.in

index 759ddc52768e61234f45de61967e1f8d425cba3a..c31d3275a93186f6a9c535bee8e7dac215acf6dc 100644 (file)
@@ -36,10 +36,12 @@ CREA_PREVENT_IN_SOURCE_BUILD()
 
 #==================================
 # Libraries/tools used
+
 # Note : Set USE_CREA to ON
 #  if you need to LINK against crea
 #  (and not only use its macros)
 SET(USE_CREA      OFF)
+
 SET(USE_GDCM      OFF)
 SET(USE_GDCM_VTK  OFF)
 SET(USE_GDCM2     OFF)
@@ -48,9 +50,18 @@ SET(USE_KWWIDGETS OFF)
 SET(USE_VTK       OFF)
 SET(USE_ITK       OFF)
 SET(USE_BOOST     OFF)
+
+# Note : Set USE_DOXYGEN to ON
+#  if you think you will ask, some day, 
+#  for Doxygen generation
 SET(USE_DOXYGEN   OFF)
+
+# Note : Set USE_LATEX to ON, USE_TTH to ON
+#  if you think you will ask, some day, 
+#  for doc generation using your own latex documents
 SET(USE_LATEX     OFF)
 SET(USE_TTH       OFF)
+
 CREA_FIND_AND_USE_LIBRARIES()
 #==================================