]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/CMake_libTPCrec.txt
Missing protection - check the presence of array
[u/mrichter/AliRoot.git] / TPC / CMake_libTPCrec.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliTPCcluster.cxx
5 AliTPCclusterMI.cxx
6 AliComplexCluster.cxx
7 AliTPCclusterInfo.cxx
8 AliClusters.cxx
9 AliTPCClustersRow.cxx
10 AliClustersArray.cxx
11 AliTPCClustersArray.cxx
12 AliTPCclusterer.cxx
13 AliTPCclustererMI.cxx
14 AliTPCtrack.cxx
15 AliTPCtracker.cxx
16 AliTPCpolyTrack.cxx
17 AliTPCseed.cxx
18 AliTPCtrackerMI.cxx
19 AliTPCtrackerSector.cxx
20 AliTPCPid.cxx
21 AliTPCtrackPid.cxx
22 AliTPCReconstructor.cxx
23 AliTPCRecoParam.cxx
24 AliTPCClusterParam.cxx
25 AliTPCTracklet.cxx
26 AliTPCQADataMakerRec.cxx
27 AliPadMax.cxx
28 AliTPCclustererKr.cxx
29 AliTPCclusterKr.cxx
30 AliTPCvtpr.cxx
31 )
32
33 # fill list of header files from list of source files
34 # by exchanging the file extension
35 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
36
37 AddLibrary(TPCrec "${SRCS}" "${HDRS}")
38