# http://www.creatis.insa-lyon.fr/site/fr/CreatoosGettingStarted-v2.0.X
# before starting.
#
+# Generated with creaNewProject, version of : 03/03/2010
# ---------------------------------
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
# Note : Set USE_DOXYGEN to ON
# if you think you will ask, some day,
# for Doxygen generation
-#SET(USE_DOXYGEN OFF)
+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)
+SET(USE_LATEX OFF)
+SET(USE_TTH OFF)
CREA_FIND_AND_USE_LIBRARIES()
#==================================
# ${PROJECT_SOURCE_DIR}/lib/_YOUR_OWN_LIBRARY_SOURCE_DIRECTORY_
- )
+ )
#==================================