]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/CMakeLists.txt
DA: Put back the DA rpm description removed by the Doxygen documentation
[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)
852a1808 22add_subdirectory(TPCupgrade)
6d839a5c 23
f2bce741 24if(DA)
25 add_subdirectory(DA)
26endif(DA)
27
73ba6874 28# Installing the mapping
29install(DIRECTORY mapping DESTINATION TPC)
6d839a5c 30
73ba6874 31# Installing the macros
6cc87626 32install(DIRECTORY macros DESTINATION TPC)
73ba6874 33
34# Install root & dat files
35set(ROOTFILES
36 AliTPCprf2dGEM.root
37 AliTPCprf2d.root
38 CovMatrixDB_PbPb6000_B0.4T.root
39 CovMatrixDB_pp_B0.4T.root
40 )
41
42set(DATFILES
43 conn_iroc.dat
44 conn_oroc.dat
45 )
46
47install(FILES ${ROOTFILES} ${DATFILES} DESTINATION TPC)