]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TOF/CMake_libTOFrec.txt
SVN keyword Id is set
[u/mrichter/AliRoot.git] / TOF / CMake_libTOFrec.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
f7d3fd75 4 AliTOFcluster.cxx AliTOFClusterFinder.cxx
5 AliTOFClusterFinderV1.cxx
6 AliTOFtrack.cxx
7 AliTOFtracker.cxx AliTOFtrackerMI.cxx AliTOFtrackerV1.cxx
6461bb0e 8 AliTOFReconstructor.cxx AliTOFRecoParam.cxx
f7d3fd75 9 AliTOFQADataMakerRec.cxx
e969a926 10)
11
12# fill list of header files from list of source files
13# by exchanging the file extension
14String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16AddLibrary(TOFrec "${SRCS}" "${HDRS}" "${HDRS}")