]> Creatis software - creaTools.git/blobdiff - install/CMakeLists.txt
Add License headers in each file
[creaTools.git] / install / CMakeLists.txt
index 5bc7ce3ffcda03d5599927a0e2727573937ea1c4..9c31277478378a1d1893dabe6ba2e6d7bf0fc830 100644 (file)
@@ -1,6 +1,25 @@
-
-
-
+# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
+#                        pour la Santé)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+#
+#  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.
+# ------------------------------------------------------------------------   
 
 
 #-----------------------------------------------------------------------------
@@ -63,6 +82,7 @@ IF(WIN32 AND NOT UNIX)
   set  (CREA_RECALAGE                          creaRigidRegistration)
   set  (CREA_BRUKER                                    creaBruker)
   set  (CREA_BBTKGEDITOR                       bbtkGEditor)
+  set  (CREA_MINITOOLS                         creaMiniTools)
 #  set  (CREA_IRM                                      creaIRM-1.0.1)
   
 #  set  (CREA_BOOST_LYBRARY    "boost-1.40.0")
@@ -213,6 +233,7 @@ INSTALL(DIRECTORY ${CREATOOLS_SOURCE_PATH}\\\\${CREA_ENVIRIONMENT}/         DESTINATION
 INSTALL(DIRECTORY ${CREATOOLS_SOURCE_PATH}\\\\${CREA_RECALAGE}/                DESTINATION ${CREATOOLS_DESTINATION_PATH}  )
 INSTALL(DIRECTORY ${CREATOOLS_SOURCE_PATH}\\\\${CREA_BRUKER}/                  DESTINATION ${CREATOOLS_DESTINATION_PATH}  )
 INSTALL(DIRECTORY ${CREATOOLS_SOURCE_PATH}\\\\${CREA_BBTKGEDITOR}/             DESTINATION ${CREATOOLS_DESTINATION_PATH}  )
+INSTALL(DIRECTORY ${CREATOOLS_SOURCE_PATH}\\\\${CREA_MINITOOLS}/               DESTINATION ${CREATOOLS_DESTINATION_PATH}  )
 #INSTALL(DIRECTORY ${CREATOOLS_SOURCE_PATH}\\\\${CREA_IRM}/                    DESTINATION ${CREATOOLS_DESTINATION_PATH}  )
 ENDIF (WIN32)