X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaNewProject%2FNewProject%2FCMakeLists.txt.in;h=5fd59cc3df5ba5a54a567bde47d36a3869ca8f0c;hb=9e7201b8488e634387f2ca91821f9964bbddc2ca;hp=a11b52d1dc125016b9abd3b0b8df068fcd01cde8;hpb=9a433b540dd8e5bfc5f533075470c1530ce1314e;p=crea.git diff --git a/appli/creaNewProject/NewProject/CMakeLists.txt.in b/appli/creaNewProject/NewProject/CMakeLists.txt.in index a11b52d..5fd59cc 100644 --- a/appli/creaNewProject/NewProject/CMakeLists.txt.in +++ b/appli/creaNewProject/NewProject/CMakeLists.txt.in @@ -1,3 +1,29 @@ + +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Sant�) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ + # --------------------------------- # # Unless you are an experimented cmake user, @@ -56,10 +82,6 @@ ENDIF(crea_FOUND) # do not add FIND_PACKAGE(gdcm REQUIRED). # Just set USE_GDCM to ON, after " Libraries/tools used -#FIND_PACKAGE(xxx REQUIRED) -#IF (xxx_FOUND) -# INCLUDE(${xxx_USE_FILE}) -#ENDIF(xxx_FOUND) #================================== # Do not allow to build inside the source tree @@ -85,6 +107,18 @@ SET(USE_VTK ON) SET(USE_ITK ON) SET(USE_BOOST OFF) +#================================== + +#================================== + +#FIND_PACKAGE(xxx REQUIRED) +#IF (xxx_FOUND) +# INCLUDE(${xxx_USE_FILE}) +#ENDIF(xxx_FOUND) + +#================================== + +#================================== # USER! : Note : Set USE_DOXYGEN to ON # if you think you will ask, some day, # for Doxygen generation