]>
Commit | Line | Data |
---|---|---|
1 | # -*- mode: cmake -*- | |
2 | ||
3 | set(SRCS | |
4 | AliTOFcluster.cxx | |
5 | AliTOFClusterFinder.cxx | |
6 | AliTOFtrack.cxx | |
7 | AliTOFtracker.cxx | |
8 | AliTOFtrackerMI.cxx | |
9 | AliTOFtrackerV1.cxx | |
10 | AliTOFpidESD.cxx | |
11 | AliTOFReconstructor.cxx | |
12 | AliTOFRecoParam.cxx | |
13 | AliTOFQADataMakerRec.cxx | |
14 | ) | |
15 | ||
16 | # fill list of header files from list of source files | |
17 | # by exchanging the file extension | |
18 | String(REPLACE ".cxx" ".h" HDRS "${SRCS}") | |
19 | ||
20 | AddLibrary(TOFrec "${SRCS}" "${HDRS}" "${HDRS}") |