]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/CMake_libEMCALrec.txt
modifications to SMcalib help script to deal with new RCU and FEE firmware (register...
[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 )
11
12 # fill list of header files from list of source files
13 # by exchanging the file extension
14 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
15
16 AddLibrary(EMCALrec "${SRCS}" "${HDRS}")