]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/CMake_libEMCALrec.txt
move back noise from 4 to 3
[u/mrichter/AliRoot.git] / EMCAL / CMake_libEMCALrec.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliEMCALReconstructor.cxx
5 AliEMCALClusterizerv1.cxx
6 AliEMCALTrack.cxx
7 AliEMCALTracker.cxx
8 AliEMCALPID.cxx
9 AliEMCALQADataMakerRec.cxx
10 AliEMCALAodCluster.cxx
11 )
12
13 # fill list of header files from list of source files
14 # by exchanging the file extension
15 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
16
17 AddLibrary(EMCALrec "${SRCS}" "${HDRS}")