]> git.uio.no Git - u/mrichter/AliRoot.git/blob - T0/CMake_libT0rec.txt
changed axis titles in QA plots
[u/mrichter/AliRoot.git] / T0 / CMake_libT0rec.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliT0Reconstructor.cxx
5 AliT0Calibrator.cxx
6 AliT0CalibLaserData.cxx
7 AliT0QADataMakerRec.cxx
8 )
9
10 # fill list of header files from list of source files
11 # by exchanging the file extension
12 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
13
14 AddLibrary(T0rec "${SRCS}" "${HDRS}")