]> Creatis software - crea.git/blobdiff - appli/creaNewProject/CMakeLists.txt
enable creaDevManager for branch
[crea.git] / appli / creaNewProject / CMakeLists.txt
index e6576932e059fc4f6e349ede76bd2f8bec9c999c..6a98816f74c381940f794717b43ad0eff6df37fc 100644 (file)
@@ -1,3 +1,27 @@
+# ---------------------------------------------------------------------
+#
+# 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.
+# ------------------------------------------------------------------------ */ 
 
 #============================================================================
 # Builds and install the executable creaNewProject
@@ -87,9 +111,9 @@ ELSE(WIN32)
  #   ${CMAKE_CURRENT_SOURCE_DIR}/NewProject/lib/template_lib/${PROJECT_NAME}System.h
  #   @ONLY IMMEDIATE
  #   )
-    
-  CREA_MKDIR(${EXECUTABLE_OUTPUT_PATH}/creaNewProject_data)
-  CREA_CPDIR(${INPUT_PROJECT_DIR} ${EXECUTABLE_OUTPUT_PATH}/creaNewProject_data )
+
+  CREA_MKDIR(${EXECUTABLE_OUTPUT_PATH}/share/creaNewProject)
+  CREA_CPDIR(${INPUT_PROJECT_DIR} ${EXECUTABLE_OUTPUT_PATH}/share/creaNewProject)
 
   # Install tree
   INSTALL(
@@ -99,9 +123,9 @@ ELSE(WIN32)
     )
 
   INSTALL(
-    DIRECTORY ${EXECUTABLE_OUTPUT_PATH}/creaNewProject_data
+    DIRECTORY ${EXECUTABLE_OUTPUT_PATH}/share/creaNewProject
     DESTINATION share
-    )  
+    )
   
 ENDIF(WIN32)