]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Installing GRP/CTP
authoragrigora <alina.grigoras@cern.ch>
Wed, 17 Dec 2014 09:59:47 +0000 (10:59 +0100)
committeragrigora <alina.grigoras@cern.ch>
Wed, 17 Dec 2014 09:59:47 +0000 (10:59 +0100)
CMakeLists.txt
GRP/CMakeLists.txt [new file with mode: 0644]

index 253f0ed6ec769b8352ff1d54365b0bb2b4be36b8..720aa5ea6acb5dc6eefd7d56ad262acfea4efe23 100644 (file)
@@ -270,6 +270,7 @@ add_subdirectory(PWGLF)
 add_subdirectory(PWGPP)
 add_subdirectory(PWGUD)
 add_subdirectory(data)
+add_subdirectory(GRP)
 
 # Enable SHUTTLE compilation
 # Check if DIMDIR and ODIR are set
diff --git a/GRP/CMakeLists.txt b/GRP/CMakeLists.txt
new file mode 100644 (file)
index 0000000..81c7603
--- /dev/null
@@ -0,0 +1,19 @@
+# **************************************************************************
+# * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
+# *                                                                        *
+# * Author: The ALICE Off-line Project.                                    *
+# * Contributors are mentioned in the code where appropriate.              *
+# *                                                                        *
+# * Permission to use, copy, modify and distribute this software and its   *
+# * documentation strictly for non-commercial purposes is hereby granted   *
+# * without fee, provided that the above copyright notice appears in all   *
+# * copies and that both the copyright notice and this permission notice   *
+# * appear in the supporting documentation. The authors make no claims     *
+# * about the suitability of this software for any purpose. It is          *
+# * provided "as is" without express or implied warranty.                  *
+# **************************************************************************
+
+# Installing CTP
+install(DIRECTORY CTP DESTINATION GRP)
+
+message(STATUS "GRP CTP installed")