]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/CMakeLists.txt
TOF + macros to each detector folder
[u/mrichter/AliRoot.git] / TPC / CMakeLists.txt
CommitLineData
73ba6874 1# **************************************************************************
2# * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
3# * *
4# * Author: The ALICE Off-line Project. *
5# * Contributors are mentioned in the code where appropriate. *
6# * *
7# * Permission to use, copy, modify and distribute this software and its *
8# * documentation strictly for non-commercial purposes is hereby granted *
9# * without fee, provided that the above copyright notice appears in all *
10# * copies and that both the copyright notice and this permission notice *
11# * appear in the supporting documentation. The authors make no claims *
12# * about the suitability of this software for any purpose. It is *
13# * provided "as is" without express or implied warranty. *
14# **************************************************************************
6d839a5c 15
73ba6874 16add_subdirectory(TPCbase)
17add_subdirectory(TPCutil)
18add_subdirectory(TPCcalib)
19add_subdirectory(TPCrec)
20add_subdirectory(TPCsim)
21add_subdirectory(TPCmon)
6d839a5c 22
73ba6874 23# Installing the mapping
24install(DIRECTORY mapping DESTINATION TPC)
6d839a5c 25
73ba6874 26# Installing the macros
6cc87626 27install(DIRECTORY macros DESTINATION TPC)
73ba6874 28
29# Install root & dat files
30set(ROOTFILES
31 AliTPCprf2dGEM.root
32 AliTPCprf2d.root
33 CovMatrixDB_PbPb6000_B0.4T.root
34 CovMatrixDB_pp_B0.4T.root
35 )
36
37set(DATFILES
38 conn_iroc.dat
39 conn_oroc.dat
40 )
41
42install(FILES ${ROOTFILES} ${DATFILES} DESTINATION TPC)